skip to main content
Welcome to Progress DataDirect for ODBC for Microsoft Dynamics 365 Driver: Version 8.0.0 : Driver specifications
  

Try DataDirect Drivers Now

Driver specifications

This section describes the general functionality supported by the driver.
*ODBC Compliance: The driver is compliant with the Open Database Connectivity (ODBC) 3.52 specification. The driver is ODBC core compliant and supports some Level 1 and Level 2 features. For a list of the Core, Level 1, and Level 2 functions supported by the ODBC drivers, refer to ODBC API and scalar functions in the Progress DataDirect for ODBC Drivers Reference.
The driver supports only the following Level 2 functions:
*SQLColumnPrivileges
*SQLDescribeParam
*SQLForeignKeys
*SQLPrimaryKeys
*SQLProcedures
*SQLTablePrivileges
*Unicode support: The driver is fully Unicode enabled. On Linux platforms, the driver supports both UTF-8 and UTF-16. On Windows platforms, the driver supports UCS-2/UTF-16 only.
For a more detailed explanation of Unicode, refer to Internationalization, localization, and Unicode in the Progress DataDirect for ODBC Drivers Reference.
*Isolation and lock levels: Because transactions are not supported, the driver supports only the isolation level 0 (read uncommitted).
For more information, refer to Locking and isolation levels in the Progress DataDirect for ODBC Drivers Reference.
*Connections and Statements Supported: The driver supports multiple connections and multiple statements per connection.