Skip to content

Commit

Permalink
add JDB/ADO.NET dependency drivers for document
Browse files Browse the repository at this point in the history
  • Loading branch information
pzubiago-ISC committed Nov 12, 2024
1 parent 523a0bd commit e0ff3cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file modified ADO.NET/InterSystems.Data.IRISClient.2.3.3.nupkg
Binary file not shown.
Binary file added JDBC/JDK18/intersystems-jdbc-3.10.1.jar
Binary file not shown.
12 changes: 8 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ The official location for customers to download the latest released and fully su
<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> -->

## InterSystems IRIS Cloud Document Drivers
The Java and .NET document APIs depend on supported versions of JDBC and ADO.NET, respectively. Download your preferred document API and the corresponding version JDBC or ADO.NET version below.

<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.1.jar?raw=true" download target="_blank" hidden></a>
<a id="java-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-document-1.0.1.jar?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('jdbc-document').click()">JDBC 3.10.1</button>
<a id="jdbc-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-jdbc-3.10.1.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.1.nupkg?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.1.nupkg?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('adonet-document').click()">ADO.NET 2.3.3</button>
<a id="adonet-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ADO.NET/InterSystems.Data.IRISClient.2.3.3.nupkg?raw=true" download target="_blank" hidden></a>

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).

Expand All @@ -50,6 +54,6 @@ Program a connection using these simple steps:

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>.
- Read <a href="https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GDRIVE" target="_blank">Connecting Your Application to InterSystems Products</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>.

0 comments on commit e0ff3cb

Please sign in to comment.