JDBC and other drivers distribution repo
Go to file
semanej ecce3302fb
Merge pull request #11 from semanej/main
Update page with buttons to improve UX
2022-03-01 17:12:09 -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 Update ODBC drivers 2022-02-11 16:30:59 -05:00
InterSystems-IRIS.md Update with buttons to improve UX 2022-03-01 17:09:05 -05:00
InterSystems.Data.IRISClient.dll Updated Java, dotnet, python drivers/whl 2022-02-11 14:30:01 -05:00
README.md fixed typos 2022-02-18 16:02:04 -05:00
_config.yml Update _config.yml 2022-02-15 15:43:43 -05:00
index.md Update ODBC drivers 2022-02-11 16:30:59 -05:00
intersystems-jdbc-3.1.0.jar jdbc driver 2020-10-14 00:18:50 +03:00
intersystems-jdbc-3.3.0.jar Updated Java, dotnet, python drivers/whl 2022-02-11 14:30:01 -05:00
intersystems_irispython-3.2.0-py3-none-any.whl Updated Java, dotnet, python drivers/whl 2022-02-11 14:30:01 -05:00

README.md

iris-driver-distribution

This repo provides drivers for use in making programmatic connections to InterSystems IRIS using JDBC (Java), DB-API (Python), ODBC (C++), and ADO.NET (.NET). Programming a 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 documentation listed in Get Started to install it in your environment.
  3. Continue with the instructions to add the appropriate connection string to your application. To do this, you'll need the following information about the InterSystems IRIS instance you want to connect to:
    • The hostname or IP address of the instance's host and the superserver port of the instance (default 1972). If the instance is running in a container, you'll need to know what host port the superserver port was published as when the container was created.
    • The Namespace you want to connect to.
    • The username and password of an account with sufficient privileges to execute the actions you want to take through the connection.

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

For instructions for using the drivers and creating connections strings, see the following documentation