摘要: using System;using System.Data;using System.Xml;using System.Data.OleDb;using System.Collections;namespace Anboo.Steel.Utility{ /// <summary> /// The AccessHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of SqlClient /// </summary> pu 阅读全文
posted @ 2011-10-01 00:40 nogodsend 阅读(205) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Data.OracleClient;using System.Collections;namespace Anboo.Steel.Utility{ /// <summary> /// The OracleHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of OracleClient. /// </summary> public s 阅读全文
posted @ 2011-10-01 00:37 nogodsend 阅读(363) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Xml;using System.Data.SqlClient;using System.Collections;namespace Anboo.Steel.Utility{ /// <summary> /// The SqlHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of SqlClient /// </summary> p 阅读全文
posted @ 2011-10-01 00:27 nogodsend 阅读(199) 评论(0) 推荐(0) 编辑