Replace drivers with latest

This commit is contained in:
AdamCoppolaISC 2022-07-14 10:52:40 -04:00
parent 3890d78446
commit cbec4c1f4b
49 changed files with 30 additions and 36 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
to be replaced with the actual installer file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,26 +1,6 @@
# 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:
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. 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
- [First Look: JDBC and InterSystems Databases](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=AFL_jdbc#AFL_jdbc_Exploring)
- [Python DB-API Support](https://docs.intersystems.com/iris20221/csp/docbook/DocBook.UI.Page.cls?KEY=BTPI_pyapi)
- [First Look: ADO.NET and InterSystems Products](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=AFL_adonet#AFL_adonet_exploring)
- [Using the InterSystems ODBC Driver](https://docs.intersystems.com/iris20221/csp/docbook/DocBook.UI.Page.cls?KEY=BNETODBC_intro)
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](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE) 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](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE) (article) or [Connecting to InterSystems Cloud Services](https://learning.intersystems.com/course/view.php?name=IRISCloudConnect) (short videos).

View File

@ -8,17 +8,33 @@ nav_order: 1
Use the buttons to download drivers for use in connecting your applications to InterSystems IRIS.
<button class="btn" onclick="document.getElementById('java').click()">JDBC</button>
<a id="java" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/intersystems-jdbc-3.3.0.jar?raw=true" download target="_blank" hidden></a>
<a id="java" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-jdbc-3.3.1.jar?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('dotnet').click()">ADO.NET</button>
<a id="dotnet" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/InterSystems.Data.IRISClient.dll?raw=true" download target="_blank" hidden></a>
<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/intersystems-community/iris-driver-distribution/blob/main/intersystems_irispython-3.2.0-py3-none-any.whl?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('CplusplusLinux').click()">ODBC Linux</button>
<a id="CplusplusLinux" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/ODBC-2022.1.0.122.0-lnxubuntu1804x64.tar.gz?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('CplusplusMac').click()">ODBC Mac</button>
<a id="CplusplusMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/ODBC-2022.1.0.122.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('CplusplusWin').click()">ODBC Win</button>
<a id="CplusplusWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/ODBC-2022.1.0.122.0-win_x64.exe?raw=true" download target="_blank" hidden></a>
<a id="python" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/DB-API/intersystems_irispython-3.2.0-py3-none-any.whl?raw=true" download target="_blank" hidden></a>
\
<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/lnxubuntu2004/ODBC-2022.1.0.209.0-lnxubuntu2004x64.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-2022.1.0.209.0-macx64.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-2022.1.0.209.0-win_x64.exe ?raw=true" download target="_blank" hidden></a>
\
<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/windows/NodeJS-2022.1.0.209.0-win_x64.exe?raw=true" download target="_blank" hidden></a>
\
You can browse all of the available InterSystems IRIS driver packages at https://github.com/intersystems-community/iris-driver-distribution.
Program a connection using these simple steps:
@ -34,6 +50,3 @@ Program a connection using these simple steps:
- Read [Connecting Applications to InterSystems IRIS](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE).
- Watch [brief videos](https://learning.intersystems.com/course/view.php?name=IRISCloudConnect) showing how to code an application connection.
- Start on [the learning path for your language](https://learning.intersystems.com/course/view.php?name=LanguagesLPs).

Binary file not shown.

Binary file not shown.