Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why does this work?
Message
From
21/09/2000 14:48:02
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
21/09/2000 14:04:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00419138
Message ID:
00419239
Views:
25
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform