However, this is a very large legacy application and it ignores the
Oracle error and keeps on using the same ODBC connection.
I hope/expect that all operations on the connection would fail,
because the underlying COM+ transaction aborted. However, ODBC
operations continue, and succeed. After the error, the connection
apparently stops using the failed COM+ transaction and uses a
different transaction.
Is there some way I can force the ODBC connection to not resume
under a different transaction after the COM+ transaction fails?
Thanks,
Paul