【发布时间】:2014-11-24 18:38:56
【问题描述】:
当我尝试连接 MS Access (32 bit MS office) 时,我有 64 位 eclipse 并使用 64 位 jvm 配置了它,它给了我错误
Exception: [Microsoft][ODBC Driver Manager]
The specified DSN contains an architecture mismatch between
the Driver and Application
我还在我的 Win 7 64 位机器上的 c:\windows\sysWOW64\odbcad32.exe 中定义了 DSN,甚至在 32 位和 64 位 jvm 上都尝试过,但每次我遇到同样的错误,但是当我用 32 位 Eclipse 运行相同的代码时,它工作正常,但我必须使用 64 位 Eclipse 运行,请帮助
【问题讨论】:
标签: java eclipse jdbc jdbc-odbc