Business b-ridge データにAqua Data Studio のVisual Query Builder やTable Data Editor からデータ連携。
CData JDBC Driver for Business b-ridge は、Aqua Data Studio のようなIDE のウィザード・アナリティクスにBusiness b-ridge データを統合します。本記事では、Business b-ridge データをコネクションマネージャーに接続してクエリを実行する手順を説明します。
JDBC Data Source の設定
コネクションマネージャーで、新しいJDBC データソースとして、接続プロパティ設定を行い、保存します。Business b-ridge データがAqua Data Studio ツールから使えるようになります。
- Aqua Data Studio で、Server メニューから Register Server を選択します。
- Register Server フォームで、 'Generic - JDBC' コネクションを選びます。
- 次のJDBC 接続プロパティを設定します:
- Name:任意の名前、データソースの名前など。
- Driver Location:Browse ボタンをクリックして、インストールディレクトリのlib フォルダの cdata.jdbc.businessbridge.jar ファイルを選択します。
- Driver:クラス名に cdata.jdbc.businessbridge.BusinessBridgeDriver を入力。
- URL:jdbc:businessbridge: から始まるJDBC URL を入力します。接続プロパティをカンマ区切りで書きます。接続プロパティの詳細は、ヘルプドキュメントを参照してください。一般的な接続文字列は:
jdbc:businessbridge:
- Log in to Business b-ridge API Protal and go to "Profile" in the "Your name" menu.
- In your subscription section click "Main Key" to retrieve their respective values.
- CompanyKey: Set the Business b-ridge Company Key of the connection destination.
- ProjectKey: Set the Business b-ridge Project Key of the connection destination.
- SubscriptionKey: Set the value "Subscription Key".
When connecting to Business b-ridge, CompanyKey, ProjectKey, and SubscriptionKey are required.
To obtain the SubscriptionKey, follow the steps below:
Authenticate to Business b-ridge Account
Set the following connection properties to connect:
Business b-ridge データにクエリを実行
接続したテーブルにクエリを実行してみます。
