Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Limit number of rows returned from SQLEXEC( ) to Orac
Message
De
12/01/2008 11:15:05
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01281167
Message ID:
01281344
Vues:
9
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform