Database connectivity failure when using ODBC
-
Quote:
type Exception report message descriptionThe server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: java.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application root cause java.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
-
Quote:
type Exception report message descriptionThe server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: java.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application root cause java.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
Searching for the error message and ODBC with Google founds this MSDN article[^] as first result. When using a 64-bit Java you must use the 64-bit driver.
-
Searching for the error message and ODBC with Google founds this MSDN article[^] as first result. When using a 64-bit Java you must use the 64-bit driver.
Absolutely!