Oracle transactions with ADO.net
Hi,
We are using ado.net to talk to Oracle using Microsofts data provider and have come across a problem. We are running 2 stored procedures from code within a transaction. If one of the SPs fails the ROLLBACK method is failing......does anyone know how to solve this problem.
Both SPs are inserting data rows.
Thanks
H
|