Delete existing index file, to replace next

Preparing to replace this file where we'll rename another
This commit is contained in:
semanej 2022-03-11 16:46:59 -05:00 committed by GitHub
parent ecce3302fb
commit 2c370409f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 38 deletions

View File

@ -1,38 +0,0 @@
---
title: "InterSystems IRIS Cloud"
---
# InterSystems IRIS Cloud Drivers
Use the buttons to download drivers for use in making programmatic connections to IRIS Cloud.
<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>
<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>
<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>
Program a connection using these simple steps:
1. Download the driver for the language you are developing in.
2. Follow the instructions in the learning content listed below to install it in your environment.
3. Continue following the instructions to add the appropriate connection string to your application, using the connection information for your deployment as displayed on the Deployment Details page in the Cloud Services portal, including:
- Hostname and port
- Namespace
- IRIS username
- The IRIS password you set when you created the deployment (not displayed for security)
For instructions:
- [Watch brief videos about connecting to IRIS Cloud](https://learning.intersystems.com/course/view.php?name=SQLaaSConnect)
- Read documentation about using drivers and connections strings:
- [First Look: JDBC and InterSystems Databases](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=AFL_jdbc)
- [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)
- [First Look: ODBC and InterSystems Databases](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=AFL_odbc)