我从哪里下载 sajdbc4.jar?

Where do I download sajdbc4.jar from?

我没有安装 SQL Anywhere。我试过 jconn4 和 jconn3,我也试过 jodbc4,其中 none 可以满足我的需要。

我需要一个用于 Sybase 的纯 java、类型 4、jdbc 驱动程序,据我所知是 sajdbc.jar。但它无处可见。我非常需要这个文件。有谁可以告诉我在哪里可以下载这个文件吗?

引用 SQL Anywhere JDBC drivers 文档:

The Java component of the SQL Anywhere JDBC 4.0 driver is included in the sajdbc4.jar file installed into the Java subdirectory of your SQL Anywhere installation. For Windows, the native component is dbjdbc12.dll in the bin32 or bin64 subdirectory of your SQL Anywhere installation; for Unix, the native component is libdbjdbc12.so. This component must be in the system path.

这几天我遇到了同样的问题,我刚刚解决了这个问题:)

首先,访问此站点并注册:https://www.sap.com/cmp/syb/crm-xu15-int-asewindm/index.html

比你能下载的要多"ASE_Suite.winx64.zip"

打开这个zip文件,你可以看到这样的视图:

然后点击"setupConsole.exe",你可以看到:

select custom ,你可以 select jconnect4,像这样:

最后,你可以在这个地方找到jconnect

希望这会有所帮助:))