Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT SQL ..... how can I break the query after N recor
Message
De
23/06/1999 04:49:16
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00232850
Message ID:
00232857
Vues:
16
>hi to all,
>
>In a SELECT SQL written in Oracle you can insert in the where expression a clause to stop the query after to have found N records, and you can do this with :
>

Maybe the FetchSize property of the CURSORSETPROP() command is what you are looking for.
something like CURSORSETPROP("FetchSize", 500) for your case.

For this you have to work with views.
For more details on this look in the VFP Help file.
Hopefully it can put you on the right track.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform