Multiple Datacontext in single TransactionScope

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
doublebow
Posts: 2
Joined: Thu 12 Aug 2010 00:05

Multiple Datacontext in single TransactionScope

Post by doublebow » Fri 27 Aug 2010 00:29

Hi There,

I have searched the forumns but have not been able to find this specific answer.

How does dotConnect (LINQ-to-Oracle) behave when you create multiple datacontexts to the same database within a single transactionscope object?

I know for SQL Server, this transaction is esclated to MSDTC. Is it the same for dotconnect?

My knowledge of distributed trnsaction is unfrotunately limited, so will appreciate a detailed response...

Thanks.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Mon 30 Aug 2010 17:03

dotConnect for Oracle and LinqConnect support the way distributed transactions are handled with the TransactionScope class. For detailed information, please refer to the following topics of our documentation:
http://www.devart.com/dotconnect/oracle ... tions.html
http://www.devart.com/linqconnect/docs/ ... tions.html

Feel free to contact us if something is unclear.

Post Reply