Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL SELECT - How to do a Fast Internet style query?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL SELECT - How to do a Fast Internet style query?
Miscellaneous
Thread ID:
00823010
Message ID:
00823010
Views:
54
Consider a SQL Server table sitting on a Website with say 1,000,000 records. The user on the internet wants to be able to see the first 100 records (sorted by ProductID), then click "Next" and see the next 100 and ... so on.
How to I write a query to retrieve the nth set of these records.
ie the query should retrieve the 100*(n-1) to 100*n set of records in the order of field ProductID when the user clicks "Next" for the nth time.
Next
Reply
Map
View

Click here to load this message in the networking platform