System.Transactions; 事务

简介: 做个备份:                 using (TransactionScope Tran = new TransactionScope())                 {                     //                    Tran.

做个备份:

                 using  (TransactionScope Tran  =   new  TransactionScope())
                {

                    
//
                    Tran.Complete();
                }

注意:

             try

           {

            }
            
catch  (Exception ex)
            {

            }

要加在Tran.Complete();外,否则不起作用,这个方法比较简单

 

目录
相关文章
PCIe锁定事务(Locked Transactions)介绍
PCIe锁定事务(Locked Transactions)介绍
728 0
PCIe锁定事务(Locked Transactions)介绍
|
6月前
|
Go
【已解决】SendTransactionVM Exception while processing transaction: Transaction‘s maxFeePerGas (200000000
【已解决】SendTransactionVM Exception while processing transaction: Transaction‘s maxFeePerGas (200000000
46 0
|
5月前
|
算法 关系型数据库 MySQL
transaction
【7月更文挑战第21天】
67 7
|
5月前
|
SQL 中间件 数据库
中间件本地事务(Local Transactions)
【7月更文挑战第16天】
51 4
Could not obtain transaction-synchronized Session for current thread原因及解决方案
Could not obtain transaction-synchronized Session for current thread原因及解决方案
309 1
Could not obtain transaction-synchronized Session for current thread原因及解决方案
SAP RETAIL 执行事务代码WRP1,报错-Transaction WRP1 cannot be executed-
SAP RETAIL 执行事务代码WRP1,报错-Transaction WRP1 cannot be executed-
SAP RETAIL 执行事务代码WRP1,报错-Transaction WRP1 cannot be executed-
|
测试技术
The Microsoft Distributed Transaction Coordinator (MS DTC) has cancelled the distributed transaction.
同事反馈一个系统在运行一个存储过程时遇到了下面错误:   Msg 1206, Level 18, State 169, Procedure xxxxxx, Line 118The Microsoft Distributed Transaction Coordinator (MS DTC) has cancelled the distributed transaction. 费了九牛二虎之力才定位到是我们一个作业把对应的会话给Kill掉了(此作业按条件Kill掉那些阻塞其它会话的会话)。
1402 0
|
Java 关系型数据库 数据库连接