I am using Java(64 bit) and trying to connect with Ms Acess(32 bit) database.I am following this tutorial.
I had 2 ODBC Data Source option in my Administrative tool one for 32 bit and other for 64 bit.So i had created my system dsn in ODBC Data Source(32 bit) because i was unable to create in 64 bit.
When I executed my java code it gives a runtime error
Exception: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
I have searched a bit and found that its because of the bit difference between Ms Acess(32 bit) and Java(64 bit).
Is there any way by which i can solve this problem without changing the bit version of java or application or without installing any other drivers?
Is it possible?
I tried similar stack issues but dint get any solution apart from changing bit version,I also tried MSDN but that dint work.
Any help would be appreciated