Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing from DBC unexpectedly
Message
 
 
To
16/04/2007 10:55:39
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:
01216238
Views:
13
>Thanks Naomi, when i open my local files, i do that using by example use orders (default use directory is c:\data) but when opening external files i use: use x:\statistics\orders alias est_orders, program performs both updates on orders and est_orders, then it closes est_orders and try to continue working with orders but it didn't show up. Default database is c:\data\main.dbc

Perhaps you need

use in select('est_orders') && to make sure you closed the external table and not your main Orders.

Can you also please provide some code, so we can see, what's wrong.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform