我们的一个客户正在尝试迁移到 64 位 Windows。他们没有 ODBC++ dll,我们的解决方案与 2003 服务器(32 位)附带的版本相关联。
但是,当查看从 Windows 2003 迁移到 Windows 2008 的 32 位 ODBC++ dll 时,它似乎是无效的。谁能建议我如何让 32 位 ODBC++ dll 在 64 位 Windows 2008 环境中工作?
我们的一个客户正在尝试迁移到 64 位 Windows。他们没有 ODBC++ dll,我们的解决方案与 2003 服务器(32 位)附带的版本相关联。
但是,当查看从 Windows 2003 迁移到 Windows 2008 的 32 位 ODBC++ dll 时,它似乎是无效的。谁能建议我如何让 32 位 ODBC++ dll 在 64 位 Windows 2008 环境中工作?
查看 c:\windows\sysWOW64 文件夹。它应该包含 odbc.dll 的 32 位版本和 odbcad32.exe。
最后,我们不得不针对 ODBC 的 64 位 API 重新链接。