Subject | Re: Record Locking |
---|---|
Author | sasidhardoc |
Post date | 2005-09-28T08:43:17Z |
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
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