Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing from DBC unexpectedly
Message
 
 
To
16/04/2007 10:45:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01216225
Message ID:
01216230
Views:
19
>Hi all, i have a quick question. My program open database "main" from the begining, but for certain process it must use tables on other drive and these tables has other "main" (same name) database attached to. When i finish the process, the local main tables do not show info on screen, until i close all then open again local main data. Something like my local database is c:\data\main.dbc the i must use x:\statistics\orders.dbf and update there some items, then i must return to c:\data\orders.dbf to check changes on local data and no changes are showed. Except when i close all and open again c:\data\main.dbc
>How can i keep c:\data\orders.dbf items be showed when finish the operation with x:\statistics\orders.dbf?
>T.I.A.

Make sure to open all your tables with some fixed name aliases, so you can always easily distinquish between your tables.

e.g. use c:\LocalData\Orders alias locOrders in 0
....
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform