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.