Clearing record level locks
Hi,
I'm developing a web application that requires row-level locks. The application reads and locks a particular record with a "select ... for update" statement. How is this lock cleared if the user cancels the update?
Thanks,
Tom
|