Re: ASP/MS Access paging through large recordset
From: Steven Cheng[MSFT] (v-schang_at_online.microsoft.com)
Date: 11/16/04
- Next message: Kevin Yu [MSFT]: "Re: Looking for a Windows Forum System"
- Previous message: Jack Wayne: "Re: Strange ASP MS Access Problem"
- In reply to: Manohar Kamath: "Re: ASP/MS Access paging through large recordset"
- Next in thread: Aaron [SQL Server MVP]: "Re: ASP/MS Access paging through large recordset"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Nov 2004 05:43:28 GMT
Thanks for your followup Manohar,
As for the database record paging, it is a common requirement when we
display database driven web pages. And there are also different means to
implement paging. Some do paging in the front UI layer, some in business
logic layer and the others in database layer. And in database layer,
there're also different approaches such as using sub querys or using a
indexable primary key column. We can choose any of them to do paging in our
web application, and not every means can be encapsulated as an internal
part of the SQL db, that'll make the developer more free to make use any
one they prefere. Here is a kb artcle discussing on using stored procedure
to do large result paging in SQL Server:
#How to dynamically page through a large result set in ASP.NET by using SQL
Server stored procedures in Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;829142
Hope also helps. Thanks.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
- Next message: Kevin Yu [MSFT]: "Re: Looking for a Windows Forum System"
- Previous message: Jack Wayne: "Re: Strange ASP MS Access Problem"
- In reply to: Manohar Kamath: "Re: ASP/MS Access paging through large recordset"
- Next in thread: Aaron [SQL Server MVP]: "Re: ASP/MS Access paging through large recordset"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|