Managing transactions using ADO.Net Entity framework - Update multiple databases?

Managing Connections and Transactions (Entity Framework) You can use a TransactionScope to accomplish what you require How to: Manage Transactions in the Entity Framework TransactionScope and ADO. NET Entity Framework.

Managing Connections and Transactions (Entity Framework) You can use a TransactionScope to accomplish what you require. How to: Manage Transactions in the Entity Framework TransactionScope and ADO. NET Entity Framework.

I have two edmx files and don't know how to use transaction scope for the same as all the examples I have seen have only one edmx files. Can you provide any sample that shows transaction management usign two data models (edmx files). – user356258 Jun 22 '10 at 14:12.

I need to update multiple databases in one transaction using entity framework. Means if we need to insert records in two tables of two different databases and insertion succeeds for first database but fails for other database then insertion in first database should also get rolled back. Please let me know if we can do this using entity framework.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions