Skip to main content

JDBC for Relational Access

The JDBC (Java Database Connectivity) API enables you to perform operations on InterSystems IRIS® data using SQL.

InterSystems IRIS includes a high-performance Type 4 JDBC database driver that complies with the JDBC 4.2 specification. The driver accepts the following connection URL (or connection string):

jdbc:IRIS://ipAddress:superserverPort/namespace

where the variables represent the InterSystems IRIS instance host’s IP address, the instance’s superserver port, and a namespace on the instance

Get acquainted

Using JDBC with InterSystems IRISOpens in a new tab

Try it

InterSystems IRIS Demo: JDBC and InterSystems Databases

Experience Java and InterSystems IRISOpens in a new tab

Read all about it

Using the JDBC Driver

JDBC API ReferenceOpens in a new tab

Explore more

SQL

Stock Trading with JavaOpens in a new tab

InterSystems Developer CommunityOpens in a new tab

JDBC documentationOpens in a new tab

FeedbackOpens in a new tab