Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Cursor Created
Message
 
 
To
24/06/2002 19:20:09
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00671863
Message ID:
00671871
Views:
13
>How do I test to see if a cursor was created from an SQL statement without throwing an error?

Cursor is always create if INTO CURSOR clause is specified. The _TALLY system variable stores the # of records in the cursor. You can use NOFILTER clause if you want to make sure that cursor created isn't a filtered view of the source table.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform