Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to control which DBC is Open…
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to control which DBC is Open…
Miscellaneous
Thread ID:
00878319
Message ID:
00878319
Views:
61
If you “Use” a table, which is part of a DBC, VFP open for you the DBC.
Ex: User MyDBC!MyTable

But if you have two DBC one in c:\MyData1 and one in c:\MyData2 which one is Open if you do this.
Use C:\MyData1\MyTable  in 0
Use C:\MyData2\MyTable in 0
After this code you do this:
Use MyDBC!MyTable2 in 0
From which directory MyTable2.dbf is open?
Is there a way to control which DBC is Open?
Can I Open a table, which is part of the DBC, without opening the DBC?
Next
Reply
Map
View

Click here to load this message in the networking platform