Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why does this work?
Message
De
21/09/2000 14:48:02
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
À
21/09/2000 14:04:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00419138
Message ID:
00419239
Vues:
24
Susan,

I do a lot of SQL Pass-through where I have to put together character strings to pass to the server. It sure saves a lot of trouble with single and double quotes to use brackets.

Code example:
cMySelect = ;
    [SELECT * FROM MyTable ] + ;
    [WHERE MyField = MyCriteria ] + ;
    [ORDER BY MyOrder ]
>Thank you both for your replies. It just baffled me that I couldn't locate the documentation.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform