| Target System | Driver file | Driver class | Where to get it |
| DB2 | db2java72.zip | COM.ibm.db2.jdbc.net.DB2Driver | Comes with the DB2 DBMS |
| Informix | ifxjdbc.jar | com.informix.jdbc.IfxDriver | Comes with the Informix DBMS |
| MySQL | mysql-connector-java-3.0.8-stable-bin.jar | com.mysql.jdbc.Driver | http://www.mysql.com/products/connector-j |
| SQL Server | mssqlserver.jar | msbase.jar | msutil.jar | com.microsoft.jdbc.sqlserver.SQLServerDriver | Comes with the Microsoft SQL Server DBMS |
| Oracle | jdbc901-thin-classes12.zip | oracle.jdbc.driver.OracleDriver | http://www.oracle.com/technology/tech/java |