摘要:SqlDataAdapter怎么处理事务呢,没找到相关代码,哪位朋友能提供下解决方案 »this._DBAdpt-------------SqlDataAdapterthis._DBConn-------------SqlDataConnection//事务开始this._DBAdpt.InsertCommand.Transaction=this._DBConn.BeginTransaction();//事务回滚this._DBAdpt.InsertCommand.Transaction.Rollback();//事务提交this._DBAdpt.InsertCommand.Tran
阅读全文
posted @ 2013-12-13 17:59
浙公网安备 33010602011771号