Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variables in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00015156
Message ID:
00015239
Vues:
30
>Is it possible to use a name field in a db to store
>db names.
>Then to retrieve this name to a variable and
>then to use this variable in a SQL with the
>syntax
>INTO TABLE "variable"

You mean, like this?

USE tables
locate for table.type = 'fred'
lcTable = table.name

SELECT * ;
FROM customer ;
INTO TABLE &lcTable

Is that more or less what you had in mind?
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform