Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why reccount() and _tally are different ?
Message
From
06/05/1998 22:57:31
 
 
To
06/05/1998 17:30:26
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00097511
Message ID:
00097562
Views:
34
>If I understand correctly, using _TALLY after a query will always give me the right value, right?

It gives you the number of records in the result set of the last SELECT-SQL.

>What do I use if I want the number of records in an opened table?
>1-SELECT * from alias_name TO SCREEN NOCONSOLE and then use _tally OR
>2-RECCOUNT("alias_name")

_TALLY if you want the number of records selected.
RECCOUNT() if you want the number of records in the source table.

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform