Page 1 of 1

OraclaPackage and OracleTransaction

Posted: Mon 16 Feb 2009 18:48
by degas
Is the a workaround to be able to use OraclePackages methods within a Transaction. For what i read in the documentation, there is only a transaction property for the OracleCommand.
Thnanks

Posted: Wed 18 Feb 2009 11:39
by Shalex
Please call the BeginTransaction() method of the OracleConnection object. Assign this OracleConnection object to the Connection property of the OraclePackage object. You can use the OraclePackage methods within a transaction in this way.