0
當我執行我的java代碼時,它給出了以下錯誤?與java中的MS Access的連接
databasejava.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
你能幫我解決嗎?
當我執行我的java代碼時,它給出了以下錯誤?與java中的MS Access的連接
databasejava.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
你能幫我解決嗎?
看來你在64位體系結構中使用32位ODBC驅動程序,反之亦然。
你能給我們你的連接字符串嗎? – wumpz