layout | title | nav_order |
---|---|---|
default |
InterSystems IRIS |
1 |
Use the buttons to download drivers for use in connecting your applications to InterSystems IRIS.
You can browse all of 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, or ODBC for C++.
-
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 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 Applications to InterSystems IRIS.
- Watch brief videos showing how to code an application connection.
- Start on the learning path for your language.