C 簡單通用的資料庫連線封裝

2022-08-11 20:30:16 字數 1017 閱讀 8132

using

system;

using

system.collections.generic;

using

system.linq;

using

system.text;

using

system.threading.tasks;

using

system.data;

using

system.data.sqlclient;

namespace

dblib

//////

建構函式,初始化資料庫連線字串

/// ///

資料庫連線字串

public database(string

strconn)

//////

公共方法:開啟資料庫連線

/// public

void

open()

if (connection.state !=connectionstate.open)

}catch

(exception ex)

}//////

公共方法:關閉資料庫連線

/// public

void

close()

}//////

公共方法:獲取資料庫連線

/// ///

public

sqlconnection getconnection()

//////

公共方法:獲取資料庫連線字串

/// ///

public

string

getconnstring()

//////

公共方法:釋放非託管資源;實現idisposable介面

/// public

void

dispose()}}

}

c 連線mysql 通用類 資料庫通用連線類

usingsystem usingsystem.data usingsystem.data.sqlclient namespacedataproviders sqldataprovider 的摘要說明。internal classsqldataprovider idataprovider priva...

c 簡單封裝mysql資料庫連線類 例項

在c 開發過程中,我們可能會用到mysql資料庫,這邊我簡單寫了乙個類似php封裝的mysql類,希望能幫助像我這樣的c 初學者。我的環境是centos5.5 安裝完畢後 看 include mysql connection.h include include include include inc...

C 類庫 OTL通用的資料庫連線類庫

from otl是乙個純c 的通用資料庫連線模板庫,可以支援各種當下流行的資料庫,如oracle,sybase,mysql,postgresql,enterprisedb,sqlite,ms access,firebird等等.它是乙個跨平台類庫,在ms windows,linux unix mac...