Windows 7 64 位上的 Sybase ASE 15.x ODBC 驱动程序
我无法让 Sybase ASE ODBC 驱动程序在 Windows 7 64 位上运行。
我有 Sybase ASE 15.0.1 的 64 位版本。 然而安装失败。 选择“自定义”安装并选择客户端所需的所有选项后,单击“下一步”时,基于 Java 的安装程序就会消失得无影无踪。
我也尝试过安装32位驱动程序。 安装正常,但驱动程序未显示在 ODBC 管理器中。
有没有人找到解决方案,或者对此有建议? 我们正在针对 Sybase 后端开发 .NET 工具,但目前无法使其工作。
I have trouble getting the Sybase ASE ODBC drivers to work on Windows 7 64bit.
I have a 64bit version for Sybase ASE 15.0.1. However the installation fails. After selecting a "Custom" installation, and selecting all the options required for the client, the Java-based installer just disappears into thin air when clicking NEXT.
I have tried installing the 32 bit driver as well. This installed fine, but the driver does not show up in the ODBC Administrator.
Has anyone found a solution, or have a suggestion for this one? We are developing .NET tools against the Sybase backend, and can't get this to work at present.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您尝试过使用两种不同的 odbcad32 吗?
一个位于 %windir%\syswow64 中,另一个位于 %windir%\system32 中。
我们在 Windows 7 64 位和 odbc 驱动程序未显示方面遇到了类似的问题。
使用位于%windir%\syswow64中的odbcad32.exe,驱动程序出现了^_^
Have you tried using both different odbcad32?
One is located in %windir%\syswow64 the other in %windir%\system32.
We've had similar issues here with windows 7 64bit and odbc-drivers not showing up.
Using the odbcad32.exe located in %windir%\syswow64, the drivers showed up ^_^
通过安装Sybase 15.0.3 64位客户端已解决该问题。
The issue has been resolved by installing the 64bit client of Sybase 15.0.3.
安装时选择自定义安装,您将看到 64 位驱动程序的选项。 典型/完整安装仅安装 32 位驱动程序。
when installing choose custom installation, there you will see option for 64 bit driver. typical/full installation only installs 32 bit driver.