Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to prepare C/S app for VFP8.
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00707676
Message ID:
00709977
Views:
25
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
Previous
Reply
Map
View

Click here to load this message in the networking platform