PHP Classes

rollback

Recommend this page to a friend!

      MySQL Transact  >  All threads  >  rollback  >  (Un) Subscribe thread alerts  
Subject:rollback
Summary:where is the rollback in your class?
Messages:3
Author:Martin Lebert
Date:2005-09-03 07:19:09
Update:2005-09-05 15:31:58
 

  1. rollback   Reply   Report abuse  
Picture of Martin Lebert Martin Lebert - 2005-09-03 07:19:09
i cant see any code that doest a rollback (everything should be like before the transaction, if any statement fails)

  2. Re: rollback   Reply   Report abuse  
Picture of Sérgio Moura Fé Sérgio Moura Fé - 2005-09-05 13:32:20 - In reply to message 1 from Martin Lebert
Hi Martin,

The rollback is automatic and occurs when any sql command not executes.
If you want force a rollback, just submit invalid sql command.

Thanks.

  3. Re: rollback   Reply   Report abuse  
Picture of Martin Lebert Martin Lebert - 2005-09-05 15:31:58 - In reply to message 2 from Sérgio Moura Fé
thanks