ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →無償トライアル:
無償トライアルへ製品の情報と無償トライアルへ:
HCL Domino ODBC Driver を使って、ODBC 接続をサポートする多様なツールからHCL Domino にデータ連携。
DB のようにHCL Domino データへODBC インターフェースでアクセス可能に。
兵藤朋代
コンテンツスペシャリスト
ODBC Driver
Excel をUIにした業務アプリ開発ツール「StiLL Standard」には、ODBC でデータベースからのデータを使う機能が備わっているので、これを使ってHCL Domino データ連携を行うことが可能です。 通常、HCL Domino などのSaaS として提供されるアプリケーションにはWeb API でアクセスしますが、CData ODBC Driver によって、RDB にアクセスするのと同感覚で、HCL Domino のデータを扱うことができます。
CData ODBC Driver for Domino のDSN をStiLL で選択します。
未指定の場合は、初めにODBC DSN (data source name) で接続プロパティを指定します。ドライバーのインストールの最後にアドミニストレーターが開きます。Microsoft ODBC Data Source Administrator を使用して、ODBC DSN を作成および構成できます。
The connector requires the Proton component to be installed. Normally, Proton is distributed as part of the AppDev pack. See the HCL documentation for instructions on acquiring and installing Proton or the AppDev pack.
Once the Proton service is installed and running, you will also need to create a user account and download its Internet certificate. This certificate can be used to set the connector certificate connection properties.
The connector supports querying Domino views if any are defined. Before views can be queried by the connector they must be registered with the design catalog.
Please refer to the Catalog Administration section of the AppDev pack documentation for details on how to do this.
一般的な接続文字列は次のとおりです:
Server=https://domino.corp.com;Database=names.nsf;Port=3002;SSLClientCertType=PEMKEY_FILE;SSLClientCert=full_path_of_certificate.pem;SSLServerCert=*
DSN はビルトインのMicrosoft ODBC データソースアドミニストレーターで設定できます。これはドライバーのインストールの最後の手順です。 Microsoft ODBC データソースアドミニストレーターを使ってDSN を作成および設定する方法は、ヘルプドキュメントの「はじめに」をご参照ください。
StiLL ボタンのBtQuery ウィザードが開くので、HCL Domino からデータを指定して、StiLL アプリケーションに取り込みます。