Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to prepare C/S app for VFP8.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00707676
Message ID:
00709977
Vues:
26
Only if the backend database allows for it. Oracle does with a SELECT ... FOR UPDATE clause. However, I think this is a very bad idea on SQL databases since the client is partially or totally disconnected during the edit process. If the client goes away without posting back to the database, the records could remain locked until a DBA manually unlocks them.

At least with native DBFs, when the app closes the table, the locks are released.

>Mark,
>
>How about locking particular record(s) just like RLOCK() when manipulating DBFs?
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform