摘要
Web分页技术分为临时记录集和存储过程分页。前者调用ADODB属性的Recordset对象打开记录集,并用临时记录集分页及服务器端游标选取记录集。后者用数据库对存储过程预编译,并调用其内存版本二次访问同一存储过程。无论数据量大小,响应时间均相等,并支持存储过程数据库系统。
Web pagination technology separated into two types of temporary Recordset and storage procedure. As for temporary Recordset pagination, Recordset is opened with invoking Recordset object of ADODB attribute, and then Web data pagination is made with temporary Recordset and Recordset is selected with server-side cursor. As for as storage procedure, it is precompiled through database, and the same storage procedure again is accessed with memory edition provided by database. No matter how much data in server, the response time is equal, and storage procedure of database system is supported by storage procedure pagination technology.
出处
《兵工自动化》
2005年第3期102-102,110,共2页
Ordnance Industry Automation