.net中数据库事务机制

在初始化SqlTransaction类时,你需要使用SqlConnection类的BeginTranscation()方法:
SqlTransaction myTran; myTran=myConn.BeginTransaction();

Published At
Categories with Web编程
Tagged with
comments powered by Disqus