A Question on OracleConnection.BeginTransaction
578741Nov 26 2007 — edited Nov 26 2007Hi :
I've created a transaction object using OracleConnection.BeginTransaction. What happens to the transaction statements(Commit,Rollback..) that are defined with in the stored procedure and is executed using the same connection ?
Thanks in Advance
Surya