IBM Informix (Client)


Informix® JDBC is the JavaSoft specification of a standard API that allows Java programs to access database management systems. The JDBC API consists of a set of interfaces and classes written in the Java programming language.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://www.ibm.com/software/data/informix/
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 1526
<database_name>: The name of the database to connect
<server_name>: The name of the Informix server
User: User name to login to the database
Password: Password of the user name specified