Can I use TransactionScope to do distributed transaction?
Posted
by Malcolm
on Stack Overflow
See other posts from Stack Overflow
or by Malcolm
Published on 2010-05-21T04:54:36Z
Indexed on
2010/05/21
5:00 UTC
Read the original article
Hit count: 349
Hi
I have a MVC app that use Linq2Sql to access a SQL DB. But I want create a distributed transaction to update another DB on different local server.
Can I just wrap logic in TransactionScope class???
Malcolm
© Stack Overflow or respective owner