Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Two databases sets
Message
From
24/06/1999 13:24:05
 
 
To
24/06/1999 12:53:53
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00233559
Message ID:
00233570
Views:
32
You can change which database you are currently using with SET DATABASE TO (DATABASENAME)

so if you want to play with tables in DATA1 and DATA1 is currently OPEN'ed then:
SET DATABASE TO DATA1

You can find more stuff in the built-in VFP help files. There's lots of commands and options!

>I have two databases sets each one in a separate directory. DATA1 and DATA2
>How I can change the databases
>
>I have using
>
>Set Default
>Set Path To
>
>They work fine when I open a table with USE, but when I run a form opening tables in the DATA ENVIRONMENT,
>
>It’s always open the original tables
>
>TIA
>
>Carlos
--Todd Sherman
-Wake Up! Smell the Coffee!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform