Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Limit number of rows returned from SQLEXEC( ) to Orac
Message
From
12/01/2008 11:15:05
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01281167
Message ID:
01281344
Views:
8
Hello,

"can I do this in VFP?"

no, its also not very efficient to limit the resultset of queries on the clientside, e.g. Offset 2000, records 50, the client will retrieve the first 2000 records just to discard them -> unnecessary networktraffic & clientside processing.

The best solution is using Oracle itself to limit/paginate the resultset ->
http://www.oracle.com/technology/oramag/oracle/06-sep/o56asktom.html

Regards
Christian
Previous
Reply
Map
View

Click here to load this message in the networking platform