Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining if table is being used by others on the netw
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00223727
Message ID:
00223733
Vues:
23
Hi Nick:

First to pack a table , it must be open in EXCLUSIVE mode.
Second , to get exclusive it must be "free" from other users ...
so you can try to help on LOCK() or FLOCK() or..
xONERROR = On("ERROR")
ON ERROR do MyDBFerror
use Mytable
ON ERROR &xONERROR

PROC myDBFERROR
the user is using the table
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform