SetODBCUnicodeInterface

SetODBCUnicodeInterface sets whether the ODBC interface should use the Unicode wide functions or the regular single-byte character functions. Setting this function to 1 uses the wide character ODBC interface.

Some ODBC driver support either the older single-byte interface as well as a Unicode style 'wide-character' interface, where characters are passed and retrieved as 16-bit quantities. If the driver chosen does not support one or the other style, a flag is provided to force TurboIntegrator to use a particular style of interface.

This function is valid in processes only.

This function is not available in processes on Planning Analytics Engine.

Syntax

SetODBCUnicodeInterface=1

Argument

Description

1

Use the wide character ODBC interface.

0

Use the single-byte interface.