专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
时间关系,没有经过完全测试,这个是大概意思。CREATE PROCEDURE getnotes @forumID varchar(10), @a_intPageNo int , @a_intPageSize int, @rootID varchar(10)AS declare @m_intRecordNumber int declare @m_intStartRecordint declare @pagecount int declare @temp int declare @endint declare @sql varchar(500) declare [阅读全文] [PDF]
<%\'\'本程序文件名为:Pages.asp%><%\'\'包含ADO常量表文件adovbs.inc,可从\"\\Program Files\\Common Files\\System\\ADO\"目录下拷贝%><!--#Include File=\"adovbs.inc\"--><%\'\'*建立数据库连接,这里是Oracle8.05数据库Set conn=Server.CreateObject(\"ADODB.Connection\") conn.Open \"Provider=msdaora.1;Data [阅读全文] [PDF]
<%@ Language=VBScript %><HTML><HEAD></HEAD><BODY><%dim currentpage\'定义当前页dim filename \'文件名Const MaxPerPage=20 \'每页显示的记录个数dim totalnumber\'记录总数filename=\"showpages.asp\"totalnumber=200 \'设置记录总数为200if not isempty(request(\"page\")) then currentPage [阅读全文] [PDF]
From computerworld在ASP中改善动态分页的性能人民银行济南分行清算中心 张立锋 山东省水利科学研究院 张 禾  --------------------------------------------------------------------------------概 述 ---- 现在有不少介绍利用ASP实现动态分页的文章,方法大同小异,就是每次利用ADO返回原始数据满足条件记录集中的指定页。但在实际工程应用中,原始数据量通常很大,原始数据的加工比较慢,如果每次换页原始数据都要加工一次,则会严重影响应用程序运行的性能。 ---- [阅读全文] [PDF]
First of all, let me say a few words about this article. This is not an entirely original article but an ASP.NET adaptation of the ASP article that I’ve posted a few months ago. Original article can be found here: ADO Recordset Paging in ASP. The purpose of this article is to show [阅读全文] [PDF]
1 共5条 分1页