Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table has no Index order set.......
Message
De
07/07/2000 09:19:10
 
 
À
07/07/2000 02:58:34
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00389322
Message ID:
00389417
Vues:
16
Jimmy,

>...when I place the ORDER BY clause after INTO CURSOR I get the "Unrecognized command verb" error.

Usually that error means that you left out the continuation symbol ";" on the previous line:
SELECT * ;
FROM sometable ;
INTO CURSOR cursorname
ORDER BY somefield
would generate that error.
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform