Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Paging through ADO Recordset
Message
From
23/11/2000 00:03:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Paging through ADO Recordset
Miscellaneous
Thread ID:
00444888
Message ID:
00444888
Views:
35
I have an employee table with say 50,000 records on the Webbased SQL Server and I want to display only 10 records at a time on the client side using ASP page or any other mechanism.

All the articles I have read so far suggest, to execute "Select * from Employee" every time a user navigates and using the PageSize, AbsolutePage & pagecount properties to get the respective 10 records.

I think rReturning 50,000 recording for each request will affect the performance significantly.

Any comments or any other better ways?
Reply
Map
View

Click here to load this message in the networking platform