Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Paging through ADO Recordset
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Paging through ADO Recordset
Divers
Thread ID:
00444888
Message ID:
00444888
Vues:
29
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?
Répondre
Fil
Voir

Click here to load this message in the networking platform