JDBC and other drivers distribution repo
Go to file
semanej 163d659a11 Add Python & ADO.NETsupport
Added whl for Python and dll for ADO.NET
Updated README to match with learning content
2022-01-31 20:48:04 -05:00
JDK11 adde more libraries 2020-11-06 12:51:41 +03:00
JDK18 New driver from 2021.2.0.617 2021-12-28 15:42:46 +01:00
ODBC odbc drivers 2020-12-12 16:29:22 +03:00
InterSystems.Data.IRISClient.dll Add Python & ADO.NETsupport 2022-01-31 20:48:04 -05:00
README.md Add Python & ADO.NETsupport 2022-01-31 20:48:04 -05:00
intersystems-jdbc-3.1.0.jar jdbc driver 2020-10-14 00:18:50 +03:00
intersystems_irispython-3.2.0-py3-none-any.whl Add Python & ADO.NETsupport 2022-01-31 20:48:04 -05:00

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:

  1. Download the driver for the language you are developing in, as listed in Drivers.
  2. Follow the instructions in the learning content listed in Get Started to install it in your environment.
  3. 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