ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →無償トライアル:
無償トライアルへ製品の情報と無償トライアルへ:
FinancialForce データに連携するJava アプリケーションを素早く、簡単に開発できる便利なドライバー。
古川えりか
コンテンツスペシャリスト
JDBC Driver
CData JDBC Driver for FinancialForce を使用して、Squirrel SQL Client などのツールでFinancialForce へのクエリを実行できます。この記事では、JDBC data source for FinancialForce を作成し、クエリを実行します。
以下のステップに従ってドライバーJAR を追加します。
以下のステップに従って、接続プロパティをドライバーエイリアスに保存します。
表示される[Add Alias]ウィザードで、JDBC ドライバーには以下のフィールドが要求されます。
There are several authentication methods available for connecting to FinancialForce: login credentials, SSO, and OAuth.
Set the User and Password to your login credentials. Additionally, set the SecurityToken. By default, the SecurityToken is required, but you can make it optional by allowing a range of trusted IP addresses.
To disable the security token:
To obtain the security token:
If you do not have access to the user name and password or do not want to require them, use the OAuth user consent flow. See the OAuth section in the Help for an authentication guide.
Set UseSandbox to true (false by default) to use a FinancialForce sandbox account. Ensure that you specify a sandbox user name in User.
以下は一般的な接続文字列です。
jdbc:financialforce:User=myUser;Password=myPassword;Security Token=myToken;InitiateOAuth=GETANDREFRESH
メタデータが読み込まれると、FinancialForce データソースの新しいタブが表示されます。[Objects]サブタブでは、使用可能なテーブルやビューなどのスキーマ情報を見つけることができます。
テーブルデータを表示するには[Objects]タブでテーブルを選択します。その後、テーブルデータが[Content]タブのグリッドに読み込まれます。
SQL クエリを実行するには、[SQL]タブにクエリを入力し、[Run SQL](ランナーアイコン)をクリックします。例:
SELECT BillingState, Name FROM Account WHERE Industry = 'Floppy Disks'