Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maybe corrupted database
Message
From
17/03/2015 16:02:46
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01616893
Message ID:
01616911
Views:
55
Another way to check if it is actually the same table being viewed by both PCs is to lock the table on one PC and then try to open on the other PC. Assuming the table name is "MyTable.dbf":

First PC open VFP and execute the following:

USE "M:\Path to Table\MyTable.dbf" IN 0 ALIAS mytable EXCLUSIVE

Now on the second PC, open VFP and execute the same command. If the table is the same table, then the second attempt to open will fail.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform