Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Execute an SQL statement that is stored in a String?
Message
De
23/10/1999 21:29:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Execute an SQL statement that is stored in a String?
Divers
Thread ID:
00280480
Message ID:
00280480
Vues:
45
I want to let the users choose from a lot of options in a Form, then, based on that options, my aplication build an SQL statement and store it in a String.

Something like this:

sStatement = "SELECT * FROM " + Combo1.Value + " ORDER BY " + Combo2.Value


Actually I create more complicated Querys, but that´s the idea.

I do not want to create a fixed Query for all the 130 diferent combinatios that the user can choose from, so I need to do something like that.

As you can see, not only the variables values are going to change, also the table names and field names will.

I`m using a local Database


Thanks in advance
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform