Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot Reuse Cursor Name
Message
De
30/09/2005 14:38:18
 
 
À
30/09/2005 10:14:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01054734
Message ID:
01055014
Vues:
25
Here's the actual commands:
*!* Then try to SELECT with only the fields required in the output cursor
SELECT UniqueID,PassCode,DupCode,Priority ;
	FROM crsMatchResults ;
	INTO CURSOR crsMatchResults ;
	GROUP BY UniqueID,PassCode,DupCode,Priority ;
	READWRITE NOFILTER


Am I missing something here? Why are you using a GROUP BY clause? I do not see any aggregate field in the SELECT field list.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform