下表列出了最常見的資料型別,用於在 microsoft access 和這些資料型別與 microsoft.net framework 資料型別以及oledbtype列舉的相關。
訪問許可權型別名稱資料庫資料型別ole db 型別.net framework 型別成員名稱
文字varwchardbtype_wstr
system.stringoledbtype.varwchar
備註lon**arwchar
dbtype_wstr
system.stringoledbtype.lon**arwchar
數字: 位元組
unsignedtinyintdbtype_ui1
system.byteoledbtype.unsignedtinyint
是/否布林值dbtype_bool
system.booleanoledbtype.boolean
日期/時間
日期時間dbtype_date
system.datetimeoledbtype.date
貨幣十進位制dbtype_numeric
system.decimaloledbtype.numeric
數量: 十進位制
十進位制dbtype_numeric
system.decimaloledbtype.numeric
數字: 雙
雙dbtype_r8
system.doubleoledbtype.double
自動編號 (字段大小 =.
guiddbtype_guid
system.guidoledbtype.guid
數量: (同步複製 id)
guiddbtype_guid
system.guidoledbtype.guid
自動編號 (長整型)
整數dbtype_i4
system.int32oledbtype.integer
數量: (長整型)
整數dbtype_i4
system.int32oledbtype.integer
ole 物件
lon**arbinarydbtype_bytes
system.byte的陣列
oledbtype.lon**arbinary
數量: 單
單dbtype_r4
system.singleoledbtype.single
數量: 整數
smallintdbtype_i2
system.int16oledbtype.smallint
二進位制低階的分組級別*
dbtype_bytes
system.byte的陣列
oledbtype.binary
超連結varwchardbtype_wstr
system.stringoledbtype.varwchar
* 此資料型別訪問設計器使用者介面中不可用。
您必須建立此資料型別通過**。
oledb對多結果集的處理
1.建立乙個簡單表及儲存過程 create table sp table username varchar 30 age int create procedure test sp username varchar 30 age int,out intoutput asinsert into sp t...
access中的字段型別
sql語句修改access中的字段型別 alter table tb alter column aa byte 數字 位元組 alter table tb alter column aa long 數字 長整型 alter table tb alter column aa short 數字 整型 a...
Hibernate對Access的封裝方案
jdbc access f mdbfiles aaa.mdb com.hxtt.sql.access.accessdriver 方法二 首先先要在odbc裡配置好我們的access資料庫,控制面板 管理工具 odbc,選擇系統dsn選項卡,按新增按鈕,選driver do mircosoft acc...