MikeDamone
Programmer
Hello all,
I am trying to execute a query that uses a database link. I am using the OracleConnection object. When i try to execute the query I get the following error:
ORA-02041: client database did not begin a transaction
I have researched this and found out that using an OleDBConnection you can disable MTS Support to get around this. However, I don't want to rework all my calls to the DB to use OleDB. Does anyone know how to get around this using the OracleConnection object? Thanks
I am trying to execute a query that uses a database link. I am using the OracleConnection object. When i try to execute the query I get the following error:
ORA-02041: client database did not begin a transaction
I have researched this and found out that using an OleDBConnection you can disable MTS Support to get around this. However, I don't want to rework all my calls to the DB to use OleDB. Does anyone know how to get around this using the OracleConnection object? Thanks