马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
因为现在数据库都使用标准的SQL语言对数据库进行管理,所以如果是标准SQL语言,两者基本上都可以通用的。SQLServer还有更多的扩展,可以用存储过程,数据库大小无极限限制。分页利用asp作器材已对照多了,可是一向没有注重这个器材,明天就花了一点工夫写了一些,便利今后利用。
<%SUBListPageMenu(objRs,intrsPageSize)
DimrsTotal,rsPageSize,rsPageCount
IfNOTISObject(objRs)ThenExitSub:EndIf
IfNOTIsNumeric(rsPageSize)ThenExitSub:EndIF
IfobjRs.EofAndobjRs.BofThenEXITSUB:ENDIF
objRs.PageSize=intrsPageSize
rsTotal=objRs.RecordCount
rsPageCount=rs.PageCount
IfrsTotal<0AND(NOT(objRs.eofANDobjrs.Bof))Then
rsTotal=0
DOWHILENOTobjRs.Eof
rsTotal=rsTotal+1
objRs.MoveNext
LOOP
EndIf
intCurrentPage=Trim(Request.QueryString("page"))GetthevalueofintCurrentPage
IfintCurrentPage=""OR(NOTIsNumeric(intCurrentPage))Then
intCurrentPage=1
Endif
DimiStart,iStop
iStart=1:iStop=1
IfCint(intCurrentPage-3)>0Then
iStart=intCurrentPage-3
Else
iStart=1
Endif
iStop=iStart+7
IfiStop>rsPageCountThen
iStop=rsPageCount
EndIf
IfiStop-7<iStartANDiStart>0Then
iStart=iStop-7
EndIf
DimstrURL
strURL=Request.ServerVariables("script_name")
IfInstr(strURL,"?")>0Then
strURL=strURL&"&page="
Else
strURL=strURL&"?page="
EndIf
DimPreviousPage,NextPage
IfintCurrentPage-1>0then
PreviousPage=intCurrentPage-1
Else
PreviousPage=1
EndIf
IfintCurrentPage+1<rsPageCountThen
NextPage=intCurrentPage+1
Else
NextPage=rsPageCount
EndIf%>
<tablewidth="98%"border="0"cellspacing="0"cellpadding="0">
<tr>
<td><ahref="<%=strURL%>1"style="text-decoration:none"><fontface="Webdings">9</font></a></td>
<td><ahref="<%=strURL&PreviousPage%>"style="text-decoration:none"><fontface="Webdings">7</font></a></td>
<td>
<%Dimi
Fori=iStarttoiStopStep1%>
<td><%response.write("<ahref="&strURL&i&"style=text-decoration:none>"&i&"</a>")%></td>
<%Next%>
</td>
<td><ahref="<%=strURL&NextPage%>"style="text-decoration:none"><fontface="Webdings">8</font></a></td>
<td><ahref="<%=strURL&rsPageCount%>"style="text-decoration:none"><fontface="Webdings">:</font></a></td>
<td></td>
<td></td>
</tr>
</table>
<%ENDSUB%>
问题是他们究竟是喜欢他们是使用软件时,速度快还是速度慢好.(当然在3秒以内).无论是他们输入资料时,查找资料时,分析资料时. |