Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 5.08 KB

File metadata and controls

55 lines (38 loc) · 5.08 KB
layout default
title InterSystems IRIS
nav_order 1

InterSystems IRIS Driver Packages

This page serves as an access point for the various drivers you can use to connect with InterSystems IRIS Community Edition, InterSystems Cloud Services, and other InterSystems products. Use this page to navigate to your chosen repository (Maven, NuGet, PyPi, etc.) and add the driver dependency to your project.

The official location for customers to download the latest released and fully supported InterSystems IRIS driver packages is the WRC download site.

InterSystems IRIS Cloud SQL Drivers

JDBC

ADO.NET

DB-API

ODBC Ubuntu ODBC Mac ODBC Win

Node.js Ubuntu Node.js Mac

InterSystems IRIS Cloud Document Drivers

JDBC

ADO.NET

Program a connection using these simple steps:

  1. Add the driver for the language you are developing in as a dependency to your project.

  2. Find the description of the driver package in Connection Tools and review the listed documentation to learn how you can use it.

  3. 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.
  4. Add the needed connection code to your application. For instructions, consult these learning materials: