Access 2000 数据库 80 万记录通用快速分页类

2019-01-13 22:41:04王旭

}
table {
font-size: 12px;
}
-->
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
  <tr>
  <td> <%= strPageInfo%></td>
</tr>
</table>
<div class="PageView">
  <table width="100%" border="0" cellspacing="0" cellpadding="4">
    <tr class="Header"> 
    <td>ID</td>
    <td>描述</td>
    <td>日期</td>
  </tr>
<%
  If IsArray(arrRecordInfo) Then
   For i = 0 to UBound(arrRecordInfo, 2)
%>
  <tr>
    <td> <%= arrRecordInfo(0, i)%></td>
    <td> <%= arrRecordInfo(1, i)%></td>
    <td> <%= arrRecordInfo(2, i)%></td>
  </tr>
<%
   Next
  End If
%>
</table>
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
  <tr> 
  <td> <%= strPageInfo%></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
  <tr> 
    <td align="center"> <%= getTimeOver(1)%></td>
  </tr>
</table>
</body>
</html>

您可能感兴趣的文章:

浅谈mssql access数据库 top分页方法Asp.net在线备份、压缩和修复Access数据库示例代码ASP.NET 连接ACCESS数据库的简单方法asp.net中获取新增加记录的ID Access版asp.net下Oracle,SQL Server,Access万能数据库通用类一个简答的Access下的分页asp.net代码asp.net访问Access数据库溢出错误asp.net(C#) Access 数据操作类asp.net access web.config deniedasp.net 数据库备份还原(sqlserver+access)asp.net access添加返回自递增id的实现方法asp.net和asp下ACCESS的参数化查询asp.net实现access数据库分页的方法