Page 1 of 1

Multiple Datacontext in single TransactionScope

Posted: Fri 27 Aug 2010 00:29
by doublebow
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.

Posted: Mon 30 Aug 2010 17:03
by StanislavK
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.