获取访问数据库的连接

问题描述:

我试图通过配置控制面板中的设置来建立与数据库的连接,但是它说没有在计算机中安装驱动程序.如何弄清楚.

I tried to get the connection to my database by configuring the settings in control panel but it says that there the driver is not installed in the computer. How to figure it out.

ODBC以连接到Microsoft Office Access数据,将连接字符串设置为"Driver = {Microsoft Access Driver(* .mdb,* .accdb)}; DBQ = mdb/accdb文件的路径"

您可以安装此替代驱动程序以使用上述连接:
http://www.microsoft.com/en-us/download/details.aspx? id = 13255 [^ ]
ODBC to connect to Microsoft Office Access data, set the Connection String to "Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=path to mdb/accdb file"

You may install this replacement driver to use the above connection:
http://www.microsoft.com/en-us/download/details.aspx?id=13255[^]