Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File not found...
Message
De
06/07/1998 02:09:11
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00114300
Message ID:
00114444
Vues:
11
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform