Access Driver ODBC Driver Not Found

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
armsys
Automation Wizard
Posts: 1108
Joined: Wed Dec 04, 2002 10:28 am
Location: Hong Kong

Access Driver ODBC Driver Not Found

Post by armsys » Mon May 10, 2010 9:50 am

It's a non-issue of Macro Scheduler.
It's related to dbconnect.
Platform: Win 7 Ultimate x64
In ODBC Data Source Administrator (%windir%\system32\odbcad32.exe), clicking "Configure..." button will pop up an error message box:
Microsoft ODBC Administrator
ODBC Administrator
The setup routines for the Microsoft Access Driver (*.mdb, *.accdb) ODBC driver could not be found. Please reinstall the driver.

What should I do? How can I construct a connection string for an Access table/query?

armsys
Automation Wizard
Posts: 1108
Joined: Wed Dec 04, 2002 10:28 am
Location: Hong Kong

Post by armsys » Mon May 10, 2010 10:33 am

I solve the first problem. The actual ODBC Administrator I should run is:
C:\Windows\SysWOW64\odbcad32.exe. That runs perfectly free of any error.
The Search in Windows 7 Start points to the 64-bit ODBC Administrator.

Now the 2nd part of my question is how to construct a Connection string to my Access tables/queries.
Suppose a sample Access database, C:\Temp\Northwind.accdb, what's the proper syntax to connect it?

Please help. Thanks.

adroege
Automation Wizard
Posts: 438
Joined: Tue Dec 07, 2004 7:39 pm

Connection strings web resource

Post by adroege » Mon May 10, 2010 1:33 pm

I have used this resource in the past with good results

Code: Select all

http://www.connectionstrings.com/



Enjoy|!

armsys
Automation Wizard
Posts: 1108
Joined: Wed Dec 04, 2002 10:28 am
Location: Hong Kong

Post by armsys » Mon May 10, 2010 1:54 pm

Hi adroege,
Absolutely amazing eye-opening great site. Thanks a lot.

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts