OracleTransaction has no effect

  • Thread starter Thread starter R. Sterrenburg
  • Start date Start date
R

R. Sterrenburg

Hi,

I use the OracleTransaction class. I use multiple OracleCommands
participating in the same OracleTransaction.
When one of the OracleCommands fail when executing and I do a rollback on
the OracleTransaction it does NOT rollback the previous commands. It seems
like the connection? is auto commiting each command I execute.

Does anyone know how to solve this?

Regards,
René
 
Sorry, I made a very stupid mistake by including an explicit COMMIT in the
stored procedure of one of the commands!

René
 
Back
Top