JDBC 2.0 optional package extensions support

The JDBC 2.0 Optional Package (formerly the JDBC 2.0 Standard Extension API) defined several features that JDBC 2.0 drivers could implement. jConnect version 6.05 and later have implemented the following optional package extension features:

The above features require classes and/or interfaces that are not found in standard JDK 1.2.x distributions. You must download javax.sql.* and javax.naming.* to implement them if you are using a JDK 1.2.x or JRE installation. However, if you are using JDK 1.3.x or later, no additional download is necessary because the classes are part of the standard Java installation databases and connection pooling, and you must download javax.transaction.xa.* to implement Distributed Transaction Management Support.

NoteSybase recommends that you use JNDI 1.2, which is compatible with Java 1.1.6 and later.