Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error: 108 File is in use by another user.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00890532
Message ID:
00890535
Vues:
30
Dawa,
Is there anywhere in your application that the table Stafile is open exclusive? May be one user attempt to insert a record therefore other is open that table exlusive, doing some REINDEX or PACK...
By the way according to help the right sintax of RLOCK is:
RLOCK([nWorkArea | cTableAlias] | [cRecordNumberList, nWorkArea
 | cTableAlias])
so you must change
 if rlock("0",'stafile')
to
 if rlock('stafile')
In addition, You can put a messagebox before ROLLBACK to annonce to user that no changes is commited.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform