Using Oracle Managed Data provider in a serviced component

  • Thread starter Thread starter Sachin Dhawade
  • Start date Start date
S

Sachin Dhawade

We want to use the oracle data provider to access an
Oracle 8i database in serviced components that shall be
deployed in COM+.
The component has been deployed in COM+ using the
AutoComplete attribute, however if any database update
fails the transaction in COM+ does not get rolled back.

This work with the SQL data provider. Any ideas why this
is happenning.

Thanks
Sachin
 
Sachin,
Can you post some more information regarding your setup?

OS, version of Oracle Client /server installed, what is the exception that
you are getting when you fail to update, have you verified that you are
enlisting into the COM+ transaction? How have you started/completed the
transaction (in .net or in Com+).

Any code will also be very helpful,
Thanks
 
Back
Top