Update index.md
This commit is contained in:
parent
2db5c1237e
commit
ac77242cfe
8
index.md
8
index.md
|
@ -12,8 +12,12 @@ Use the buttons to download drivers for use in making programmatic connections t
|
|||
<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>
|
||||
<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('Cplusplus').click()">ODBC</button>
|
||||
<a id="Cplusplus" href="https://github.com/intersystems-community/iris-driver-distribution/tree/main/ODBC" 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-2020.3.0.221.0-lnxubuntux64.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-2020.3.0.221.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-2020.3.0.221.0-win_x64.exe?raw=true" download target="_blank" hidden></a>
|
||||
|
||||
Program a connection using these simple steps:
|
||||
|
||||
|
|
Loading…
Reference in New Issue