Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » Error Messages » SQL preprocessor error messages » SQL preprocessor error messages sorted by message text

 

char, WCHAR, and TCHAR string parameters cannot be mixed

Error code 2699
Probable cause

You have attempted to use parameters to one statement that are not all char strings, WCHAR strings or TCHAR strings. String parameters (other than INTO and USING parameters) for one statement must all be the same type of string. Note that literal strings are treated as char strings.