ASP分页显示Recordset数据
2009-05-12 15:28:34来源:未知 阅读 ()
1.建立Recordset对象
以下为引用的内容:
Dim objMyRst Set objMyRst=Server.CreateObject(“ADODB.Recordset”) objMyRst.CursorLocation=adUseClientBatch ‘客户端可批量处理 objMyRst.CursorType=adOpenStatic’光标类型为静态类型 |
注意:Recordset对象不能用Set objMyRst=Connection.Excute strSQL的语句建立,因为其建立的Recordset对象为adOpenFowardOnly不支持记录集分页
2.打开Recordset对象
以下为引用的内容:
Dim strSql strSql=”select * from ietable” objMyRst.Oepn strSql,ActiveConnection,,,adCmdText 3.设置Recordset的PageSize属性 objMyRst.PageSize=20 默认的PageSize为10 |
4.设置Recordset的AbsolutePage属性
以下为引用的内容:
Dim intCurrentPage intCurrentPage=1 objMyRst.AbsolutePage=intCurrentPage AbsolutePage为1到Recordset对象的PageCount值 |
5.显示数据
以下为引用的内容:
Response.Write("<table>") PrintFieldName(objMyRst) For i=1 To objMyRst.PageSize PrintFieldValue(objMyRst) objMyRst.MoveNext If objMyRst.Eof Then Exit For Next Response.Write("</table>") |
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:学以致用 驳“ASP低能论”
- ASP连接Access数据库的几种方法 2020-03-25
- Asp实现的数据库连接池功能函数分享 2020-03-15
- ASP获取数据库表名、库名、字段名的方法 2020-03-15
- ADO存取数据库时如何分页显示 2020-03-09
- asp中把数据导出为excel的2种方法 2020-02-28
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash