skip to main content
Configuring the ODBC Client : Unicode and Code Page Support
 

Unicode and Code Page Support

The ODBC driver fully supports the SQL-W functions and Unicode arguments, for example, SQLConnectW. This support enables faster processing of wide-characters and allows binding of the SQL_C_WCHAR output type.
On Windows, SQL-W routines map to UTF-16. On Linux and UNIX, SQL-W routines map to UTF-8 or UTF-16. See Internationalization, Localization, and Unicode for more information about internationalization and localization and about important differences in developing applications on Linux and UNIX.
See OpenAccess SDK Service Attributes for information about the service attributes that affect configuration.
Refer to the OpenAccess SDK Client Reference for information about data type mappings, and additional information about developing applications on Linux and UNIX.