随笔分类 -  ADO.Net

摘要:// ===============================================================================// Microsoft Data Access Application Block for .NET// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp//// SQLHelper.cs//// This file contains the implementations of the SqlHelper and SqlHelperParameterCa 阅读全文
posted @ 2013-08-05 17:26 zhangchun 阅读(790) 评论(0) 推荐(0)
摘要:SqlHelper.csView Code using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;using System.Configuration;using System.Collections;namespace DBHelper{ /// <summary> /// 数据库的通用访问代码 /// 此类为抽象类,不允许实例化,在应用时直接调用即可 /// </su... 阅读全文
posted @ 2012-04-28 15:52 zhangchun 阅读(339) 评论(0) 推荐(0)