OpenESQL
- ODBC
- Added support for a generic one-phase commit for ODBC XA switch module.
- SQL Compiler Directive Options
- OpenESQL has been enhanced to support the the following new SQL compiler directive options:
- DATE
- Controls the reformatting of date values in output parameters and in input parameter character host variables when DETECTDATE is also specified.
- TIME
- Controls the reformatting of date values in output parameters and in input parameter character host variables when DETECTDATE is also used.
- DATEDELIM
- Specifies a single character as the delimiter between the year, month, and day components to override the default delimiter determined by the
DATE directive specification.
- TIMEDELIM
- Specifies a single character as the delimiter between the hour, minute, and second components to override the default delimiter determined by the
TIME directive specification.
- TSTAMPSEP
- Specifies a single character as the separator between the date and time parts of timestamp and date/time data.
- SQL Server
- We now support Microsoft SQL Server 2012.