本記事では CData サポート担当からこんなことを聞かれたらどこを確認すべきか?という観点で、よく頂くお問合せ内容をご紹介します。
記事はこちら →The CData JDBC Driver for Reckon implements JDBC standards that enable third-party tools to interoperate, from wizards in IDEs to business intelligence tools. This article shows how to connect to Reckon data with wizards in DBeaver and browse data in the DBeaver GUI.
Follow the steps below to load the driver JAR in DBeaver.
Follow the steps below to add credentials and other required connection properties.
Enter values for authentication credentials and other properties required to connect to Reckon.
ローカルReckon インスタンスに接続する場合は、接続プロパティを設定する必要はありません。
本製品は、リモートコネクタ経由でReckon にリクエストを作成します。Remote Connector はReckon と同じマシン上で動作し、軽量の組み込みWeb サーバーを介して接続を受け入れます。サーバーはSSL/TLS をサポートし、ユーザーにリモートマシンからのセキュアな接続を可能にします。
初めて組織ファイルに接続するときは、リモートコネクタをReckon で認可する必要があります。詳細はヘルプドキュメントの「はじめに」を参照してください。
Below is a typical connection string:
jdbc:reckon:User=RCUser;Password=RCUserPassword;URL=http://remotehost:8166;
You can now query information from the tables exposed by the connection: Right-click a Table and then click Edit Table. The data is available on the Data tab.