資源簡介
數據庫 Healper源類代碼
代碼片段和文件信息
//****************************frameCate********************************//
//FileName:?AccessHelper.cs
//Descript:?Access數據庫操作類
//Assembly:?V?1.1.0.0
//CreateDate:?2009-01-14
//****************************Made?By?Yinzi******************************//
using?System;
using?System.Data;
using?System.Collections;
using?System.Data.OleDb;
using?System.Web;
namespace?Yinzi
{
????public?class?AccessHelper
????{
????????//數據庫連接字符串
????????public?static?readonly?string?conn?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=“?+?HttpContext.Current.Request.PhysicalApplicationPath?+?System.Configuration.ConfigurationManager.ConnectionStrings[“Tree“].ConnectionString;
????????//?用于緩存參數的HASH表
????????private?static?Hashtable?parmCache?=?Hashtable.Synchronized(new?Hashtable());
???????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????13199??2009-01-14?15:47??C#Healper源類代碼\AccessHelper.cs
?????文件???????11058??2009-01-14?15:47??C#Healper源類代碼\DataAccess.cs
?????文件??????119710??2009-01-14?15:47??C#Healper源類代碼\SqlHelper.cs
?????目錄???????????0??2011-09-27?19:07??C#Healper源類代碼\
評論
共有 條評論