That's the only way to download the driver - to reinstall?
Main Topics
Browse All TopicsHi All,
This should be an easy one, but I'm running out of time and need this asap. I need to download the Microsoft Access ODBC Driver so that I can set up a User DSN that my Java programs can connect too. I was shocked when I went into Control Panel >>> Administrative Tools >>> Data Sources (ODBC), and when I went to add a new DSN there were no drivers! I have Access 2003 installed and working properly, and even on the list of already set up DSN's it shows:
dBASE Files...................Mi
Excel Files.....................
MS Access Database....Microsoft Access Driver (*.mdb, *.accdb)
However, if I try clicking on any of those to configure them I get a popup window error saying, "The setup routines for the Microsoft Access Driver (*.mdb, *.accdb) ODBC Driver could not be found. Please reinstall the driver." I click ok, and then another popup error window says "Component not found in registry." Is this common for the drivers not to be there, when you have Access installed?
Anyway, where can I find and download the latest MS Access ODBC Driver for MS Access 2003?
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi
Look at this link and get the corresponding .jar for your project.
http://developers.sun.com/
Write back if you have problems...
You don't need a jar to use the JDBC-ODBC connection to an Access db. Your question is about the ODBC driver, which -- if it isn't there -- probably means that you have to re-install Access. It's very strange that you have Access installed on your machine, but you can't configure the ODBC listing for an Access db. We've never run into that on any of our machines.
Ah -- maybe you never got the MDAC installation? I thought it came with Access 2003, but maybe you still have to install it separately. You can get it here:
http://www.microsoft.com/d
This is the exact thing happening to me. I had Office 2003 on the machine for Front Page and Visio as well as Office 2007 Ultimate. For some reason I see the Access driver on the system tab but no where else. I cannot open or configure it. I removed all of the Office 2003 components and opened Access 2007. It did an installation notice upon opening, but works just fine. I went back to the ODBC administrator and still can't create an Access ODBC data source. This is very frustrating. How the heck am I supposed to reinstall a driver that is installed???
Quote: My understanding is that it may be related to the fact that I am running XP 64 bit.
I was also thinking this, but was hesitant to mention it at first as I didn't think it was the root of the cause. I have several laptops and desktops, but my desktop of choice (the machine I was having the problem with) runs Windows XP Pro 64. All my other machines are 32 bit XP, and have no problem with the access drivers. Also, as far as MS Office products are concerned, I have only ever installed Office 2003, which referring back to capricorn1s post in this thread, it seems odd that I would have a driver listed for access 2007 (*.accdb). Could this problem be due to a Microsoft update?
Quote: "Did you try getting the MDAC driver from Microsoft? Go to the link I posted above. Once it installs, you'll have the ODBC drivers for MS Access."
Quoted from: http://www.microsoft.com/d
"This release does not include Microsoft Jet, the Microsoft Jet OLE DB Provider or ODBC driver, the Desktop Database ODBC Drivers, or the Visual FoxPro ODBC Driver."
Ah, you're right. It turns out that my earlier thinking was correct, the ODBC drivers are installed with Windows XP and above. I'm assuming you're at least at XP if you're installing Access 2003.
See this discussion on EE, with the same conclusions. The recommendation is to install a Windows service pack:
http://www.experts-exchang
So you're running x64 -- that's very useful information. I see from googling that a lot of people have a similar problem to yours.
This is a discussion thread which discusses another possible solution. The expert says that you can use the 32-bit driver or the 64-bit driver. However, your application may need the 32-bit driver, in which case you have to make sure that the 32-bit driver is before your 64-bit driver in the execution path.
http://forums.techarena.in
The quote from the MVP on forum is:
"To setup DSN for 32-bit application you must use:
%WINDIR%\SysWOW64\odbcad32
and for 64-bit application you must use:
%WINDIR%\System32\odbcad32
"
You said "Nope" in response to similar advice from capricorn1 above, but I don't think we can help unless we get more details about what didn't work. Did the .exe not exist? Were you able to create the DSN but not connect from your program? Did you get an error message, and if so, what was it?
Business Accounts
Answer for Membership
by: capricorn1Posted on 2008-06-17 at 15:56:19ID: 21808148
you should only see
Microsoft Access Driver (*.mdb)
not
Microsoft Access Driver (*.mdb, *.accdb) the *.accdb is for access2007
you may have to remove the Office 2003 from Control Panel >add remove Program
and re install..