ADO.NET Provider for ADP

Build 23.0.8839

Establishing a Connection

Before You Connect

Before you can establish a connection, you must contact ADP and ask that they provide you with an OAuth app and its associated credentials.

These credentials can only be obtained from ADP and can't be retrieved directly.

Connecting to ADP

Connect to ADP by specifying the following properties:

  • OAuthClientId: Set this to the client Id of the app provided by ADP.
  • OAuthClientSecret: Set this to the client secret of the app provided by ADP.
  • SSLClientCert: Set this to the certificate provided by ADP.
  • SSLClientCertPassword: Set this to the password of the certificate.
  • UseUAT: The provider 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.

Note: SSLClientCert requires that you create your own certificate. See ADP Developer Resources for more information.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839