資料庫的連線問題

2021-05-23 07:20:17 字數 759 閱讀 5765

uid=sa;pwd=123321">

在頁面後台裡面

sqlconnection myconnection = new

["connectionstring"]);

myconnection.open();

2.直接在乙個類裡面寫,然後呼叫這個連線

using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.data;

using system.data.sqlclient;

namespace myofficebbl

if (_connection.state == connectionstate.closed)

if (_connection.state == connectionstate.broken)

return getconnection._connection; }}

///

/// 獲取表資料

///

///

///

public static sqldatareader getdataread(string sql)

public static int noselect(string sql)

public static datatable getdatatable(string sql) }}

資料庫連線問題的總結

對資料庫連線問題的一點總結 1.odbc,oledb,ado,adox的關係 odbc 曾經的資料庫通訊標準 oledb 在一切物件化的趨勢下,ms打算用它取代odbc.oledb分兩種 直接的oledb和面向odbc的oledb,後者架構在odbc上,這 樣沒有自己的oledb提供者的資料庫也可以...

WebPart的資料庫連線問題

最近開始學習.net 2.0了,才開始就被問題困擾了.我很喜歡.net 2.0中的webpart這項功能,可是,我剛剛按教程上教的在頁面上放了乙個webpartmanager,然後執行,結果就報錯了 說明 執行當前 web 請求期間,出現未處理的異常。請檢查堆疊跟蹤資訊,以了解有關該錯誤以及 中導致...

神通資料庫連線問題

神通資料庫 1 工具 資料庫配置工具 建立資料庫 這一步操作要使用 管理員身份 開啟神通資料庫 2 如果沒有修改 資料庫名 預設名稱為osrdb 在 服務 中會存在osrdb例項。若使用其他名字新建了資料庫,需要在dos介面下執行命令services.msc 啟動新的資料庫伺服器。3 若新建的資料庫...