Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - 编程 » JDBC 支持 » SQL Anywhere JDBC 驱动程序

 

如何装载 SQL Anywhere JDBC 4.0 驱动程序

确保 SQL Anywhere JDBC 4.0 驱动程序在类文件路径下。

set classpath=%SQLANY16%\java\sajdbc4.jar;%classpath%

JDBC 4.0 驱动程序利用了新 JDBC 驱动程序自动注册。如果驱动程序在类文件路径中,在执行启动时它会被自动装载。

 所需文件