Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT SQL ..... how can I break the query after N recor
Message
From
23/06/1999 04:49:16
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00232850
Message ID:
00232857
Views:
15
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform