OdbcCharColumnMapping Enumeration
Provides options for mapping multibyte character data to Unicode or ANSI types during an ODBC data load.
Enumeration Values
Name | Summary |
---|---|
Unicode | Specifies that multibyte character types should be mapped as Unicode (SQL_C_WCHAR). |
Ansi | Specifies that multibyte character types should be mapped as ANSI (SQL_C_CHAR). |