When I execute my java code, it give following error?
databasejava.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
Can you help me for the solution?
When I execute my java code, it give following error?
databasejava.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
Can you help me for the solution?
It seems that you are using 32bit ODBC driver in 64 bit architecture, or vice versa.