Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variables in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00015156
Message ID:
00015239
Views:
25
>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?
Previous
Reply
Map
View

Click here to load this message in the networking platform