Home | Back
02-Jun-2004
Release 1.1.1

    * Fixed bugs that could cause the server to crash when retrieving
      or sending data whose size exceeded the size of the buffer bound
      to a field or parameter.
    * Fixed some minor and unreported bugs.
    * Added data truncation detection.
    * Added functions to to C client library to retrieve more details
      about socket errors.
    * New interface types for FoxPro DBC and Excel files were added.
    * Auto-restart feature added to ODBTP service.
    * Modified PHP extension and build files to work with PHP version 5.
    * Modified PHP PEAR DB driver to work with latest version of DB.

29-Jan-2004
Release 1.1

    * Interface file support was added to facilitate database connections
      without the use of an ODBC driver connect string.
    * Client-side row cache support was added to store result set data.
      This allows row scrolling to be performed without the use of
      a cursor. It also enhances overall performance.
    * Multi-process support was added to the server for servicing clients
      that use ODBC drivers that are not thread safe.
    * Optional use of the UNICODE versions of the ODBC API functions by
      the server was added.  This enables the execution of UNICODE encoded
      query text.
    * Many enhancements were made to the server that provide better and
      extended access to ODBC.
    * PHP support was considerably enhanced by the addition of many new
      functions to the odbtp extension.
    * Added optional support for all of the PHP mssql extension's
      functions in the odbtp extension.
    * A PHP PEAR DB driver was added to the package.