JDBC and other drivers distribution repo
Go to file
semanej 96f08e67f0
Update _config.yml
update Search bar to say Driver Packages instead of just Driver
2022-07-18 14:06:31 -04:00
ADO.NET Replace drivers with latest 2022-07-14 10:52:40 -04:00
DB-API Replace drivers with latest 2022-07-14 10:52:40 -04:00
JDBC Replace drivers with latest 2022-07-14 10:52:40 -04:00
Node.js Replace drivers with latest 2022-07-14 10:52:40 -04:00
ODBC Replace drivers with latest 2022-07-14 10:52:40 -04:00
README.md update README.md 2022-07-18 13:52:47 -04:00
_config.yml Update _config.yml 2022-07-18 14:06:31 -04:00
index.md update index.md 2022-07-18 13:44:49 -04:00

README.md

iris-driver-distribution

This repo provides driver packages for use in making programmatic connections to InterSystems IRIS from Java, Python, C++, .NET, and Node.js. Programming a connection involves these simple steps:

  1. Locate and download the driver package for the language you are developing in. For ODBC and Node.js packages, select the version matching the platform you are working on.
  2. Find the description of the driver package you have downloaded in Connection Tools and review the listed documentation to learn how you can use it.
  3. For brief instructions for connecting a Java, Python, C++, or .NET application to InterSystems IRIS or an InterSystems IRIS Cloud Service, see Connecting Your Application to InterSystems IRIS (article) or Connecting to InterSystems Cloud Services (short videos).