&reftitle.constants; &pdo.driver-constants; PDO::ODBC_ATTR_USE_CURSOR_LIBRARY (int) This option controls whether the ODBC cursor library is used. The ODBC cursor library supports some advanced ODBC features (e.g. block scrollable cursors), which may not be implemented by the driver. The following values are supported: PDO::ODBC_SQL_USE_IF_NEEDED (the default): use the ODBC cursor library when needed. PDO::ODBC_SQL_USE_DRIVER: never use the ODBC cursor library. PDO::ODBC_SQL_USE_ODBC: always use the ODBC cursor library. PDO::ODBC_ATTR_ASSUME_UTF8 (bool) Windows only. If &true;, UTF-16 encoded character data (CHAR, VARCHAR and LONGVARCHAR) is converted to UTF-8 when reading from or writing data to the database. If &false; (the default), no character encoding conversion is done.