Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RecordSet
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00595910
Message ID:
00595957
Vues:
23
>Hi All:
> Is there a way using RecordSet where I can add the value of a field depending on my requirement. Like Count for cnt where cnt = 1.

You can use the Filter property of a RecordSet in this case. Assuming that oRs is an existing ADO RecordSet.
oRs.Filter = "cnt = 1"
lnCount = oRs.RecordCount
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform