163d659a11
Added whl for Python and dll for ADO.NET Updated README to match with learning content |
||
---|---|---|
JDK11 | ||
JDK18 | ||
ODBC | ||
InterSystems.Data.IRISClient.dll | ||
README.md | ||
intersystems-jdbc-3.1.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 the 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 with 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, depending on your platform.
Get Started
- Watch brief videos about connecting to IRIS Cloud
- Read documentation about using drivers and connections strings: