2014年11月5日
摘要: 事务处理是在数据处理时经常遇到的问题,经常用到的方法有以下三种总结整理如下:方法1:直接写入到sql 中在存储过程中使用 BEGIN TRANS, COMMIT TRANS, ROLLBACK TRANS 实现begin transdeclare @orderDetailsError int,@pr... 阅读全文
posted @ 2014-11-05 08:51 BlueWhale84 阅读(3370) 评论(0) 推荐(0)