摘要:
.Net中实现事务的几种方法总结:一、 通过后台数据库的SQL语句实现事务,在台数据库端通过语句来实现转帐业务,如下:Set xact_abort onBegin tranUpdate A_user set balance = balance -10000 where uid=’211705’Update B_user set balance = balance + 100... 阅读全文
posted @ 2009-09-08 09:29 西北老狼 阅读(442) 评论(0) 推荐(0) 编辑