Disabling character set conversion

Client applications typically disable character set conversion for one of the following reasons:

When character set conversion is disabled, Adaptive Server does not perform character set conversion on Transact-SQL® statements, procedure, table, view and other names, or data. The server behaves as follows:

Client-Library applications can disable character set conversion for a connection by setting the CS_NOCHARSETCNV connection property to CS_TRUE before calling ct_connect to open the connection.

DB-Library applications can disable character set conversion for a connection by calling DBSETLCHARSET with char_set as NULL before calling dbopen to open the connection.