00dde41f1d
Matches 2022.1 |
||
---|---|---|
JDK11 | ||
JDK18 | ||
ODBC | ||
InterSystems.Data.IRISClient.dll | ||
README.md | ||
_config.yml | ||
index.md | ||
intersystems-jdbc-3.1.0.jar | ||
intersystems-jdbc-3.3.0.jar | ||
intersystems_irispython-3.2.0-py3-none-any.whl |
README.md
iris-driver-distribution
This repo provides drivers for use in making programmatic connections to IRIS Cloud from Java (JDBC), Python (DB-API), C++ (ODBC), and .NET (ADO.NET). Programming a connection involves these simple steps:
- Download the driver for the language you are developing in, as listed in Drivers.
- Follow the instructions in the learning content listed in Get Started to install it in your environment.
- Continue following the instructions to add the appropriate connection string to your application, using the connection information for your deployment. This information is displayed on the Deployment Details page in the Cloud Services Portal and includes:
- Hostname and port
- Namespace
- IRIS username
- The IRIS password you set when you created the deployment (not displayed for security)
Drivers
- JDBC: intersystems-jdbc-3.1.0.jar
- DB-API: intersystems_irispython-3.2.0-py3-none-any.whl
- ADO.NET: InterSystems.Data.IRISClient.dll
- ODBC: In the OBDC folder, select ODBC-2020.3.0.221.0-platform_identifier, where platform_identifier matches your platform.
Get Started
- Watch brief videos about connecting to IRIS Cloud
- Read documentation about using drivers and connections strings: