|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
由于ASP还是一种Script语言所没除了大量使用组件外,没有办法提高其工作效率。它必须面对即时编绎的时间考验,同时我们还不知其背后的组件会是一个什么样的状况;<%
setrecordset1=server.createobject("adodb.recordset")
exec="SELECT*FROMnewswhereid="&id
recordset1.Openexec,conn,1,1
%>
<tablewidth="85%"border="0"align="center"cellpadding="3"cellspacing="0">
<tr><td>
.......
<%
IfRequest("page")=""Then
pageNum=0
Else
pageNum=Request("page")
Endif
Content=Replace(recordset1("content"),"","|||")
ContentStr=split(Content,"|||")
Fori=pageNumtopageNum
%>
<%=ContentStr(i)%>
<%Next%>
</td>
</tr>
<%ifubound(ContentStr)>=1then%>
<tr>
<tdheight="30">本文共分
<%
Forp=0toubound(ContentStr)
ifp+1=Request("page")+1then
a="<fontcolor=red>"
aa="</font>"
else
a=""
aa=""
endif
%>
<ahref="detail.asp?ID=<%=request("ID")%>&page=<%=p%>"><%=a%><%=p+1%><%=aa%></a>
<%Next%>
页</td>
</tr>
<%endif%>
增加文章时,在想分页的中央,到场支解符便可。本文链接http://www.cxybl.com/html/wlbc/Asp/20120613/29965.htmlSQLServer是基于服务器端的中型的数据库,可以适合大容量数据的应用,在功能上管理上也要比Access要强得多。在处理海量数据的效率,后台开发的灵活性,可扩展性等方面强大。 |
|