iris-driver-distribution/index.md

56 lines
5.7 KiB
Markdown
Raw Permalink Normal View History

---
layout: default
title: InterSystems IRIS
2022-03-11 16:48:37 -05:00
nav_order: 1
---
# InterSystems IRIS Driver Packages
The official location for customers to download the latest released and fully supported InterSystems IRIS driver packages is the [*WRC download site*](https://wrc.intersystems.com/wrc/coDistGen.csp). This page serves as a supplementary convenience for users of the Community Edition, InterSystems Cloud Services, and other InterSystems products. Use the buttons to download drivers for use in connecting your applications to InterSystems IRIS.
## InterSystems IRIS Cloud SQL Drivers
<button class="btn" onclick="document.getElementById('java').click()">JDBC</button>
2024-08-01 07:52:52 -04:00
<a id="java" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-jdbc-3.8.4.jar?raw=true" download target="_blank" hidden></a>
2022-07-14 10:52:40 -04:00
<button class="btn" onclick="document.getElementById('dotnet').click()">ADO.NET</button>
2022-07-14 10:52:40 -04:00
<a id="dotnet" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ADO.NET/InterSystems.Data.IRISClient.dll?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('python').click()">DB-API</button>
<a id="python" href="https://github.com/grongierisc/iris-driver-distribution/raw/main/DB-API/intersystems_irispython-3.2.0-py3-none-any.whl?raw=true" download target="_blank" hidden></a>
2022-07-14 10:52:40 -04:00
<button class="btn" onclick="document.getElementById('ODBCUbuntu').click()">ODBC Ubuntu</button>
<a id="ODBCUbuntu" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/lnxubuntu2204/ODBC-2023.1.0.229.0-lnxubuntu2204x64.tar.gz?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('ODBCMac').click()">ODBC Mac</button>
<a id="ODBCMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/mac/ODBC-2023.1.0.229.0-macos.tar.gz?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('ODBCWin').click()">ODBC Win</button>
<a id="ODBCWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/windows/ODBC-2023.1.0.229.0-win_x64.exe?raw=true" download target="_blank" hidden></a>
2022-07-14 10:52:40 -04:00
<button class="btn" onclick="document.getElementById('NodeUbuntu').click()">Node.js Ubuntu</button>
<a id="NodeUbuntu" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/lnxubuntu/NodeJS-2022.1.0.209.0-lnxubuntu2004x64.tar.gz?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('NodeMac').click()">Node.js Mac</button>
<a id="NodeMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/mac/NodeJS-2022.1.0.209.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a> <!-- <button class="btn" onclick="document.getElementById('NodeWin').click()">Node.js Win</button>
<a id="NodeWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/win/NodeJS-2022.1.0.209.0-win_x64.exe?raw=true" download target="_blank" hidden></a> -->
2022-09-12 11:30:42 -04:00
2024-06-07 08:21:50 -04:00
## InterSystems IRIS Cloud Document Drivers
<button class="btn" onclick="document.getElementById('java-document').click()">Java</button>
<a id="java-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-document-1.0.0-ALPHA.jar?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('dotnet-document').click()">.NET</button>
<a id="dotnet-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ADO.NET/InterSystems.Data.Document.1.0.0-ALPHA.nupkg?raw=true" download target="_blank" hidden></a>
2022-07-14 11:02:34 -04:00
You can browse the available InterSystems IRIS driver packages at [https://github.com/intersystems-community/iris-driver-distribution](https://github.com/intersystems-community/iris-driver-distribution).
Program a connection using these simple steps:
1. Download the driver for the language you are developing in: JDBC for Java, ADO.NET for .NET languages such as C#, DB-API for Python, ODBC for C++, or Node.js.
2. Find the description of the driver package you have downloaded in <a href="https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=PAGE_extconnex" target="_blank">Connection Tools</a> and review the listed documentation to learn how you can use it.
2. Gather the connection information for the InterSystems IRIS target you want to connect to.
- For the connection information for an InterSystems IRIS cloud service, such as <a href="https://docs.intersystems.com/services/csp/docbook/DocBook.UI.Page.cls?KEY=PAGE_iriscloudsql" target="_blank">InterSystems IRIS Cloud SQL</a>, refer to the deployments Overview page in the cloud services portal.
- For detailed information about the connection information for InterSystems IRIS clusters and instances on various platforms, see <a href="https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=AB_idesetup#AB_idesetup_info" target="_blank">InterSystems IRIS Connection Information</a>.
3. Install the driver and add the needed code to your application. For instructions, consult these learning materials:
- Read <a href="https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE" target="_blank">Connecting Applications to InterSystems IRIS</a>.
- Watch <a href="https://learning.intersystems.com/course/view.php?name=IRISCloudConnect" target="_blank">brief videos</a> showing how to code an application connection.
- Start on <a href="https://learning.intersystems.com/course/view.php?name=LanguagesLPs" target="_blank">the learning path for your language</a>.