in reply to Locking a table row while web form is open
Optimistic locking may work for your application, but for some apps it's not an acceptable solution:
The problem that I've encountered with locking web apps, is that rows get checked out/locked, and then the user gets distracted, called into a meeting etc and they never remember to unlock the record. Optimistic locking solves this problem, but it may not suit your business rules
|
---|