Ingres


The Ingres JDBC Driver is a pure Java implementation of the JDBC 3.0 API released with the Sun Java 2 SDK, version 1.4. The driver supports application, applet, and servlet access to Ingres data sources through the DAS. It supports JDBC 3.0 features including updateable ResultSets, transaction savepoints, named procedure parameters and auto-generated keys.

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 network name or address of the host on which the target DAS is running
<port_number>: The network port used by the DAS. This can be a numeric port number or an Ingres symbolic port address such as II7. Default is II7
<database_name>: The target database specification. Any valid Ingres database designation can be used including vnode and server class (that is, vnode::dbname/server_class)
User: User name to login to the database
Password: Password of the user name specified