Hi, I am trying to save a string containing a questionmark in a varchar field using the .net connector. The error occurs while saving it. A question mark will be saved as \? (backslash questionmark) instead of only a ? (questionmark).
To read a questionmark form db works fine.
My mysqldb is unicode and works fine for all other characters (kanji). Only questionmark is weird.
To read a questionmark form db works fine.
My mysqldb is unicode and works fine for all other characters (kanji). Only questionmark is weird.