Hi,
If a transaction is updating data in a database, it gets an exclusive lock on that part of the database automatically. Then what is the use of for update clause defining it explicitly?
Regards
Babi
Hi,
If a transaction is updating data in a database, it gets an exclusive lock on that part of the database automatically. Then what is the use of for update clause defining it explicitly?
Regards
Babi
Last edited by babi_geek; 03-02-2008 at 10:34 PM.