Progress DataDirect for JDBC for Microsoft Dynamics 365 JDBC Driver
An asterisk (*) indicates support that was added in a hotfix or software patch subsequent to a release.
For a list a list of issues resolved since general availability, refer to the fixes.
Version 6.0.0
ENHANCEMENTS
The driver has been enhanced to use proxy server settings defined in the JVM system properties by
default. If no proxy settings are defined in the connection string or data source, the driver will attempt
to use the values of the http.proxyHost and http.proxyPort JVM system properties to connect to the
database.*
CHANGED BEHAVIOR
The following connection properties have been removed from the driver: ConnectionRetryCount, ConnectionRetryDelay, LoginTimeout, and QueryTimeout.*
FEATURES
Supports SQL read-write access to the following Microsoft Dynamics 365 CRM and ERP apps
CRM apps
Customer Service
Field Service
Marketing
Project Service Automation
Sales
ERP apps
Finance
Retail
Supply Chain Management
Talent
Supports JDBC core functions
Supports the core SQL-92 grammar
Supports Dynamics 365 data types through data type inference
Supports OAuth 2.0 authentication
Supports the handling of large result sets with paging and the FetchSize connection property
Supports optimizing insert, update, and delete operations with the BatchUpdateChunkSize connection property
Includes the DataDirect JDBC Driver Configuration Manager for quick configuration and testing of your driver. This tool allows you to:
Generate and edit connection URLs
Test connect connection URLs
Execute SQL commands for testing
Fetch OAuth tokens without using your application
Access connection property descriptions and the full product documentation