5. Connecting to the Installation : Connecting Using JDBC
 
Share this page                  
Connecting Using JDBC
The JDBC driver is installed as part of the client installation. It can also be installed separately. The (simplified) JDBC URI format is:
jdbc:ingres://host:port{,port}/db
In the JDBC URL, the port is that of the DAS server, which must be running for connections to be successful. The port can be specified either as a numeric value or by using the instance ID. Thus 27719 and VH7 are equivalent expressions of the default DAS port for instance VH. For an example, see Configuring Firewall Ports in the Evaluation Guide.
For more information, see the Connectivity Guide.