您現在的位置: 18luck新利全站下载 >> 管理信息化>> 數據倉>> 資料信息

三層架構之數據庫訪問層(doc 6頁)

所屬分類:
數據倉
文件大小:
30 KB
下載地址:
相關資料:
三層架構, 數據庫
三層架構之數據庫訪問層(doc 6頁)內容簡介

三層架構之數據庫訪問層內容提要:
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
namespace DbBase
{
public abstract class Base
{
#region "Fields of base calss"
protected static string strConn = ConfigurationSettings.AppSettings["strConnection"];
protected static string strSQL;
#endregion
#region "Properties of base class"
}
#endregion

#region "Functions of base class"
public Base()
{
//
// TODO: Add constructor logic here
//
}
///


/// executing SQL commands
///

/// string
/// return int
protected static int ExecuteSql(string strSQL)


..............................

Baidu
map