SetODBCUnicodeInterface function for IBM Planning Analytics (TM1)
SetODBCUnicodeInterface determines if Unicode wide functions are used on the ODBC interface or regular single-byte character functions.
Where can the SetODBCUnicodeInterface function be used?
TurboIntegrator
Which TM1 Server version is the SetODBCUnicodeInterface function available for?
Version 11
What is the syntax for SetODBCUnicodeInterface?
SetODBCUnicodeInterface = boolean;
- boolean:
- 1 = wide character ODBC interface
- 0 = single-byte interface
Relevant Functions
- ODBCClose = Closes an ODBC connection
- ODBCOpen = Opens a connection between TM1 to an ODBC database
- ODBCOpenEx = Opens an ODBC data source for output specifying that the connection should be opened as a Unicode connection
- ODBCOutput = Executes a SQL query from TM1 to an ODBC database. Used in conjunction with ODBCOpen
- SetODBCUnicodeInterface = Sets whether the ODBC interface should use the Unicode wide functions or the regular single-byte character functions