Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File not found...
Message
From
06/07/1998 02:09:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00114300
Message ID:
00114444
Views:
12
if you only need SELECT SQL statements and not full-blown programs then it is not a problem
you can create the SQL statement as a string and use macro substitution to run it
lcSQL="SELECT * from somefile"
&lcSQL
Arnon

>That's not good news. Any Suggestions? I need to allow users to create querys through an interface, then build it programatically. They need to run the query and also save them and edit them later. I guess I could load all the parameters to a table and build the select SQL statement as an expression on the fly...
>
>Eric K.
Previous
Reply
Map
View

Click here to load this message in the networking platform