Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute an SQL statement that is stored in a String?
Message
From
23/10/1999 21:47:48
 
 
To
23/10/1999 21:29:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00280480
Message ID:
00280483
Views:
13
>sStatement = "SELECT * FROM " + Combo1.Value + " ORDER BY " + Combo2.Value

Use macrosubstitution to run your query:

&sStatement

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform