Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maybe corrupted database
Message
De
17/03/2015 16:02:46
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01616893
Message ID:
01616911
Vues:
54
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform