Question
Inserting ä into a MSSQL database by cold fusion
I have a parameter in my mssql databse with a type of nvarchar. When I try to insert a character chr(228)
ä
I get the ? in my database instead of
ä
Any one who can help.
Thanks in advance for your response.
