Implementing transactions over multiple databases

前端 未结 4 629
余生分开走
余生分开走 2020-12-01 15:34

I am performing data changes on multiple databases, and I want to implement a transaction that will cover all of the changes.

This is what I currently have:

4条回答
  •  北海茫月
    2020-12-01 15:46

    Using transactionScope is the answer. It even works with different DBMS!!!

    Transactions over multiple databases

提交回复
热议问题