DB2 (Net Driver)


The Net Driver is a type-3 JDBC driver. Use this JDBC driver if you want to connect remotely to DB2 servers that are installed on the same platform and are of the same version. This JDBC driver is 100% Java and communicates directly with the server.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Connection URL: Specify the location of the JDBC data provider
<host_name>: The IP address or the domain name of the database server
<port_number>: The port number to the database. Default is 50000
<database_name>: The name of the database to connect
User: User name to login to the database
Password: Password of the user name specified