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 |