Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reccount() of cursor
Message
 
À
16/07/1999 13:14:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00242422
Message ID:
00242429
Vues:
26
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).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform