问题描述
是否有人在Windows 8(64位)系统上成功安装了Sybase OLEDB驱动程序和Sybase Central?我已经在Sybase网站上尝试了安装程序,但是它们失败了.在Sybase网站上搜索"Windows 8"以及在Google上搜索"Sybase Windows 8"均未显示任何内容.我们这里有一个开发人员,他们将它们安装在Windows 7系统上,然后将操作系统升级到Windows 8,因此我知道它们可以使用.如果可以的话,我宁愿不卸载Windows 8也不走这条路.
Has anyone successfully installed Sybase OLEDB drivers and Sybase Central on a Windows 8 (64 bit) system? I've tried the installers on the Sybase website but they fail. Searches for "Windows 8" on the Sybase site and "Sybase Windows 8" on Google are bringing up nothing. We have a developer here who installed them on a Windows 7 system and then did an OS upgrade to Windows 8 so I know they will work. I would rather not uninstall Windows 8 and go that route if I can help it though.
推荐答案
我设法解决了这个问题!似乎实际的GUI(用Java编写)在Windows 8中不起作用,但是有一种方法可以执行控制台安装,而这对我有用.
I managed to solve this! It seems like the actual GUI (written in Java) doesn't work in Windows 8, but there is a way to perform a console installation instead, which worked for me.
在Adaptive Server Enterprise 15.5 PC Client
安装CD(或任何来源)中,转到文件夹pcclient32
(或64)并运行以下命令:setupConsole.exe -i Console
In the Adaptive Server Enterprise 15.5 PC Client
installation CD (or whatever your source is), go to the folder pcclient32
(or 64) and run this command: setupConsole.exe -i Console
按照那里的说明进行操作,并将其安装到Sybase文件夹中(我的文件夹为c:\sybase
).
Follow the instructions there and install it into your Sybase folder (mine was c:\sybase
).
这篇关于Windows 8 OLEDB/ADO.NET驱动程序用于Sybase ASE吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!