Update JDBC link to use 3.8.4 (2024.1)
This commit is contained in:
parent
36cc583be8
commit
fa2265b3bf
2
index.md
2
index.md
|
@ -9,7 +9,7 @@ The official location for customers to download the latest released and fully su
|
|||
|
||||
## InterSystems IRIS Cloud SQL Drivers
|
||||
<button class="btn" onclick="document.getElementById('java').click()">JDBC</button>
|
||||
<a id="java" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-jdbc-3.7.1.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.8.4.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/ADO.NET/InterSystems.Data.IRISClient.dll?raw=true" download target="_blank" hidden></a>
|
||||
|
|
Loading…
Reference in New Issue