求个完整的C#连接Access数据库的ODBC字符串(C#)

2024-12-27 11:06:38
推荐回答(3个)
回答1:

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=;Persist Security Info=False
这个是07的access
你的是什么版本的

回答2:

OleDbConnection Connection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;DataSource=D:\\My Documents\\Access\\wuye.mdb;Persist Security Info=True;");aConnection.Open();

回答3:

确认已经正确安装Access