訪問型別名稱
資料庫資料型別
oledb 型別
.net 框架型別
成員名稱
文字varwchar
dbtype _ wstr
system.string
oledbtype.varwchar
備註longvarwcha r
dbtype _ wstr
system.string
oledbtype.longvarwchar
位元組數:
unsignedtinyint
dbtype _ ui 1
system.byte
oledbtype.unsignedtinyint
是 / 否
boolean
dbtype_bool
system.boolean
oledbtype.boolean
日期 / 時間
datetime
dbtype _ date
system.datetime
oledbtype.date
貨幣十進位制
dbtype_numeric
system.decimal
oledbtype.numeric
十進位制數:
十進位制dbtype_numeric
system.decimal
oledbtype.numeric
雙數:雙
dbtype_r8
system.double
oledbtype.double
autonumber (複製 id)
guid
dbtype_guid
system.guid
oledbtype.guid
複製 (id) 號:
guid
dbtype_guid
system.guid
oledbtype.guid
autonumber (長整型)
整數dbtype_i4
system.int 32
oledbtype.integer
數量: (長整型)
整數dbtype_i4
system.int 32
oledbtype.integer
ole 物件
longvarbinary
dbtype_bytes
陣列 system.byte
oledbtype.longvarbinary
單個數字:
單個dbtype_r4
system.single
oledbtype.single
整型數:
smallint
dbtype_i2
system.int 16
oledbtype.smallint
二進位制varbinary *
dbtype_bytes
陣列 system.byte
oledbtype.binary
超連結varwchar
dbtype _ wstr
system.string
oledbtype.varwchar
ConnectionState 成員名稱 說明
判斷當前連線的狀態 conn.state connectionstate.open 表示,如果當前的連線是沒有開啟狀態的話,結果為真 connectionstate 成員名稱 說明 broken 與資料來源的連線中斷。只有在連線開啟之後才可能發生這種情況。可以關閉處於這種狀態的連線,然後重新開啟。該...
修改資料庫名稱 邏輯名稱 物理名稱
在測試環境,我們可能需要換庫,但又不想改配置裡資料庫的名稱,又不想刪除之前的資料。這時候,我們可以把原來的資料庫名稱改掉,作為乙個備份。但是,只是改資料庫名稱,是不行的,要經過三個步驟,才能完全將該庫變成其它名稱的庫。sql server 語句如下 修改資料庫名稱 邏輯名稱 物理名稱 檢視當前資料庫...
關於」成員名稱不能與它們的封閉型別相同」的錯誤
using system using system.data using system.configuration using system.linq using system.web using system.web.security using system.web.ui using syste...