Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why reccount() and _tally are different ?
Message
De
06/05/1998 22:57:31
 
 
À
06/05/1998 17:30:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00097511
Message ID:
00097562
Vues:
35
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform