我一直在試圖2007數據庫通過JDBC(JDK是Windows 7的64位在64位)連接到MS Access和我收到的「驅動程序和應用程序之間的結構不匹配」以下錯誤:一個在JDBC與MS訪問
java.sql.SQLException: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application.
我升級進入2010年,我在Windows \ SysWOW64中使用odbcad32.exe的和下載/安裝32位Microsoft Access數據庫引擎2010可再發行(無法安裝64位的MS Access數據庫引擎2010年,因爲我目前有安裝32位Office產品),但我仍然有同樣的錯誤。
我能做些什麼來解決這個錯誤?
[指定的DSN包含體系結構不匹配錯誤]的可能的重複(http://stackoverflow.com/questions/20008501/the-specified-dsn-contains-an-architecture-mismatch-error) –