Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select statements
Message
De
25/10/2000 19:05:08
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
À
25/10/2000 15:31:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00434231
Message ID:
00434379
Vues:
18
>Max fields selected by SQL select = 255.
>Max # char's per command line, and subsequently, any SQL = 8192.
>
>This and other VFP Capacities in:
>support.microsoft.com/support/kb/articles/Q129/6/32.asp

Bob and Jim,

The way to get around the command line limitation is:
cMySelect = [SELECT ... ]
cMyFrom = [FROM ... ]
cMyWhere = [WHERE ... ]

cMySQL = cMySelect + cMyFrom + cMyWhere
&cMySQL

This also allows me to repeat the cMyFrom in more than one selection.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform