InterSystems IRIS Driver Packages
The official location for customers to download the latest released and fully supported InterSystems IRIS driver packages is the WRC download site. This page serves as a supplementary convenience for users of the Community Edition, InterSystems Cloud Services, and other InterSystems products. Use the buttons to download drivers for use in connecting your applications to InterSystems IRIS.
InterSystems IRIS Cloud SQL Drivers
InterSystems IRIS Cloud Document Drivers
The Java and .NET document APIs depend on supported versions of JDBC and ADO.NET, respectively. Download your preferred document API and the corresponding version JDBC or ADO.NET version below.
You can browse the available InterSystems IRIS driver packages at https://github.com/intersystems-community/iris-driver-distribution.
Program a connection using these simple steps:
-
Download the driver for the language you are developing in: JDBC for Java, ADO.NET for .NET languages such as C#, DB-API for Python, ODBC for C++, or Node.js.
-
Find the description of the driver package you have downloaded in Connection Tools and review the listed documentation to learn how you can use it.
-
Gather the connection information for the InterSystems IRIS target you want to connect to.
- For the connection information for an InterSystems IRIS cloud service, such as InterSystems IRIS Cloud SQL, refer to the deployment’s Overview page in the cloud services portal.
- For detailed information about the connection information for InterSystems IRIS clusters and instances on various platforms, see InterSystems IRIS Connection Information.
-
Install the driver and add the needed code to your application. For instructions, consult these learning materials:
- Read Connecting Your Application to InterSystems Products.
- Watch brief videos showing how to code an application connection.
- Start on the learning path for your language.