I use JDBC to connect to my Microsoft access database. When I try to connect to the database, I get the following exception:
java.sql.SQLException: [Microsoft] [ODBC driver manager] The specified DSN contains an architecture mismatch between the driver and the application
I use 64-bit windows7 and I use eclipse, which is also a 64-bit version. My database is a Microsoft access database and it seems that the driver is a 32-bit driver that causes the problem.
Any help on resolving this issue would be greatly appreciated.
source
share