製品をチェック

無償トライアル:

無償トライアルへ

製品の情報と無償トライアルへ:

ADP ODBC Driver

ADP ODBC Driver は、ODBC 接続をサポートするあらゆるツールからのシームレスなADP データ連携を実現します。

使い慣れたODBC インターフェースで、自由自在にADP データの読み、書き、更新を実行できます。

データ連携でお困りですか?

お問い合わせ

Microsoft Access リンクテーブルからADP データを更新


CData ADP ODBC Driver を使ってMicrosoft Access でリンクテーブルを作成してADP データを更新。


adp ロゴ画像
odbc ロゴ画像

ODBC

Access ロゴ画像


CData ODBC Drivers は、Open Database Connectivity (ODBC) をサポートするあらゆるデータベース管理ツールにデータを連携します。多くの一般的なプロダクティビティツールにおいて、ドキュメントの共有やコラボレーション機能を新たに追加します。CData ODBC Driver for ADP を使って、Microsoft Access でADPを取得および更新ができます; 例えば内容を更新するとすぐに、アップデートされた内容を他のユーザーが見ることができます。

ADP DSN を作成

接続プロパティが未設定の場合には、ODBC データソース名の設定を行います。Microsoft ODBC データソースアドミニストレーターを使ってDSN を作成および設定できます。

Connect to ADP by specifying the following properties:

  • SSLClientCert: Set this to the certificate provided during registration.
  • SSLClientCertPassword: Set this to the password of the certificate.
  • UseUAT: The connector makes requests to the production environment by default. If using a developer account, set UseUAT = true.
  • RowScanDepth: The maximum number of rows to scan for the custom fields columns available in the table. The default value will be set to 100. Setting a high value may decrease performance.

The connector uses OAuth to authenticate with ADP. OAuth requires the authenticating user to interact with ADP using the browser. For more information, refer to the OAuth section in the Help documentation.

一般的な接続文字列は次のとおりです:

OAuthClientId=YourClientId;OAuthClientSecret=YourClientSecret;SSLClientCert='c:\cert.pfx';SSLClientCertPassword='admin@123'

ODBC データソースアドミニストレーターで必要なプロパティを設定する方法は、ヘルプドキュメントの「はじめに」を参照してください。

Workers データにリンクテーブルを作成

Access からリンクテーブル作成してライブWorkers データにアクセスする方法は、次のとおりです。

  1. Access の[外部データ]タブで[新しいデータソース]->[他のソースから]->[ODBC データベース]をクリックします。
  2. Use the Get External Data wizard to work with ODBC data sources in Access.
  3. データの保存方法オプションで、インポートかリンクテーブルかを選択します。リンクテーブルでは、Workers テーブルへのデータの読み出しおよび書き込みを可能にします。
  4. Linked Tables enable you use the live connection to ADP that is provided by the driver.
  5. [コンピュータデータソース]タブからCData ADP データソースを選択します。

    CData DSNs listed in the Get External Data wizard.
  6. Workers テーブルを選択します。このテーブルについての詳細は、ヘルプドキュメントの「データモデル」を参照してください。
  7. Available tables. (Google is shown.)
  8. リンクテーブルをダブルクリックで編集 リンクテーブルは常に最新のデータを持ち、すべての変更は元となるテーブルに反映されます。

  9. A linked table to the live data. (Google is shown.)