Subject Re: Record Locking
Author sasidhardoc
Helen,
Thanks!
For transactions involving single records, is there any downside to using:
Select ... For Update With Lock.
Instead of "dummy updates"
should I use a separate table to store userID so that my application
can find the user that has the record "locked"?
madhu