Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reccount() of cursor
Message
 
To
16/07/1999 13:14:53
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00242422
Message ID:
00242429
Views:
19
Gnana,

VFP uses the same table again with a filter when it can to resovle a SELECT. When it does this RECCOUNT() is the same as the original table. You need to use _TALLY to find out how many records met your criteria. You can also use the NOFILTER clause in the SELECT statement to force the creation of a disk presence for the cursor, this way RECCOUNT() and _TALLY will be equal (but your queries may take longer to complete).
Previous
Reply
Map
View

Click here to load this message in the networking platform