Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing DBCs within an application
Message
From
07/08/2001 14:47:04
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00540872
Message ID:
00540881
Views:
32
>I'm trying to figure out how to change what dbc my application points to programmatically. The DBC tables and such are the same, I just need to be able to point to one versus the other for debugging purposes.

SET DATABASE TO MyDBC
CLOSE DATABASE
OPEN DATABASE FullPathOfMyOtherDBC
SET DATABASE TO MyOtherDBC
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform