摘要: 1.正常程序里的事务: using (System.Transactions.TransactionScope ts = new TransactionScope()) { try { //Sql语句 ts.Complete();//提交事务 } catch (Exception e) { Logg... 阅读全文
posted @ 2014-07-24 17:32 风沙不留痕 阅读(212) 评论(0) 推荐(0)