Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01452456
Message ID:
01452500
Views:
45
>Reccount can be used with cursors, but the cursors must be true cursors (created with NOFILTER clause).
Naomi,

It is generally safer to use _TALLY as it will return the expected value regardless of how the cursor is created while RECCOUNT() may not under certain situations. Why use something works "most" of the time when there is an option that works "all" of the time?
Previous
Next
Reply
Map
View