Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: limit the number of returned rows


Message #1 by "Pieter" <pieter.schockaert@c...> on Thu, 27 Sep 2001 15:55:32
Dear all,



I want to retrieve for instance the rows 10 to 20 in a query from a 

certain table:

I tried this in Access (or using asp script): SELECT * FROM Person LIMIT 

10,20;

This gives me a syntax error, but when I try this in a MySQL database, it 

does the job.

Is there another method to retrieve only a certain range of rows? Or is 

Access the problem?



regards, Pieter

  Return to Index