摘要: SqlHelper.cs带事务using System;using System.Collections.Generic;using System.Data.SqlClient;using System.Data;using System.Configuration;using System.Linq;using System.Text;namespace PDAFramework{ public class SqlHelper : IDisposable { //连接字符串 string conn_str; //sql连接对象 ... 阅读全文
posted @ 2013-12-02 23:36 cppwen 阅读(278) 评论(0) 推荐(0) 编辑