3

I'm trying to connect to a database made by MS Access using Java, but I cannot seem to manage. I am using JDBC ODBC bridge and I'm getting this exception:

java.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
Gord Thompson
  • 116,920
  • 32
  • 215
  • 418
Pradeep.PG
  • 189
  • 1
  • 1
  • 10

1 Answers1

1

64-bit vs 32-bit... you must match your version of Access.

Elliott Frisch
  • 198,278
  • 20
  • 158
  • 249