I have a problem between two enviroments in Sybase IQ
The procedure in pre-production enviroment the specials characters are correct inserted and they look like this (ä)
case when MyColum = "Something schäft" then X
In produccion nerverless when i look the procedure its writing.
case when MyColum = "Something \x1A ft" then X
Could somebody tell me the root of the problem?
Thanks in advance, Enrique