JDBC Code Examples

To use the Connect for JDBC driver when writing your own application, the NQjc.jar file needs to be on the Classpath. The Connect for JDBC driver provides two primary options for connecting to the Connect Service: using a connection URL in conjunction with the JDBC Driver Manager and using the JDBC DataSource class. The two approaches produce the same results.

For more information and examples, see the following topics:

Note:

The installation package contains additional code examples.

Related Topics

Configuring the JDBC Driver
Specifying Connection Properties
JDBC Connection Properties

General Notices