DB2 (App Driver)


The IBM DB2 App Driver is a type-2 JDBC driver. Use this JDBC driver if you want to connect to databases that are cataloged on your local machine. The App Driver uses native DB2 CLI libraries to retrieve metadata. Subsequently, this JDBC driver is faster and more reliable.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Connection URL: Specify the location of the JDBC data provider
<database_name>: The name of the database to connect
User: User name to login to the database
Password: Password of the user name specified