csharp操縱access資料庫類

2021-06-03 22:30:42 字數 407 閱讀 5682

static string conn = @"provider=microsoft.jet.oledb.4.0;data source=c:\\tb_taizhan.mdb";

public static int excutenonquery(string strsqlcomm_)

catch (exception err_)

finally

}public static object excutescalar(string strsqlcomm_)

catch (exception err_)

finally

}public static dataset getdataset(string strsqlcomm_)

catch (exception err_)

}

C 中的各種Access操縱總結

新建表 create table 表名 自動編號字段 int identity 1,1 primary key 欄位1 nvarchar 50 default 預設值 null 欄位2 ntext null 欄位3 datetime,欄位4 money null 欄位5 int default 0,...

C 中的各種Access操縱總結

關於表的操作 新建表 create table 表名 自動編號字段 int identity 1,1 primary key 欄位1 nvarchar 50 default 預設值 null 欄位2 ntext null 欄位3 datetime,欄位4 money null 欄位5 int def...

access鏈結mysql Access資料庫連線

access資料庫的連線,2000和2007版本有差別。access2000的連線字串為 str.format text provider microsoft.jet.oledb.4.0 persist security info false data source s szdatabase 資料庫...