JDBC Driver Classes

The JVM Managed Runtime requires that you identify a JDBC driver class either as a component of a DataSource object or as a parameter in a connection string.

A driver class is the main class for a JDBC driver. They are driver-specific. See the documentation for your JDBC driver for complete details.

We have tested the following driver classes with the OpenESQL JVM Managed Runtime:
Driver Driver Class
DB2 com.ibm.db2.jcc.DB2Driver
Microsoft SQL Server com.microsoft.sqlserver.jdbc.SQLServerDriver
Oracle oracle.jdbc.driver.OracleDriver