Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filtering count without cursor
Message
De
05/02/2009 08:29:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Filtering count without cursor
Divers
Thread ID:
01379421
Message ID:
01379421
Vues:
67
Hi all,
Can I run query and to retrive the rows count without cursor, or I must as following:
local itotal
select distinct id from mytable;
	where between(mytable.id,1583,1927);
	and mytable.state=='NY' into cursor mycursor nofilter
itotal=reccount('mycursor')
myform.txt1.value=transform(itotal)
use in mycursor
Thank you
Chaim
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform