THe manual says 
To avoid using ROLLBACK, you can use the following strategy: 

Use LOCK TABLES ... to lock all the tables you want to access. 
Test conditions. 
Update if everything is okay. 
Use UNLOCK TABLES to release your locks. 
I didn't quite understasnd the meaning of Test Conditions
 
Any help will be deeply appreciated 
Best Regards
Sajan
 



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to