architecture mismatch between the Driver and Application?

Posted by shane87 on Stack Overflow See other posts from Stack Overflow or by shane87
Published on 2010-05-11T12:46:46Z Indexed on 2010/05/11 12:54 UTC
Read the original article Hit count: 642

Filed under:
|
|
|
|

I am using JDBC to connect to my microsoft access database. I get the following exception when I try to connect to the database:

java.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application

I am using 64bit windows7, and I am using eclipse which is also a 64bit version My database is a microsoft access database and it seems that the driver is a 32bit driver which is causing the problem.

I read somewhere that microsoft has not released a 64bit driver for microsoft access!

Any help on how to solve this problem would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about jdbc

Related posts about ms-access