File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ= stopped working Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ= stopped working" Watch "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ= stopped working" New topic
Author

jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ= stopped working

Alejandro Barrero
Ranch Hand

Joined: Aug 01, 2005
Posts: 273
I have been using this code for years

The code stopped working when I started to use 64 bit Java. I found in the Internet that there are 32 and 64 bit drivers, but Java always uses the 32 bit driver. Microsoft keeps 32 bit drivers in Windows 32 and 64 bit drivers in SysWOW64 but I don't know how to access it or how would the program know that it is running 64 bits.


Your help will be greatly appreciated,
Alejandro Barrero
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ= stopped working
 
Similar Threads
no dafault driver specified
JDBC That fails in one workspace but works in another
JDBC + MS Access without ODBC data source
Getting error while inserting data into table
Problem creating a Microsoft Access connection from a file