Storing unicode strings to SQL Server via ActiveRecord
Posted
by ripper234
on Stack Overflow
See other posts from Stack Overflow
or by ripper234
Published on 2010-05-10T17:18:55Z
Indexed on
2010/05/10
17:34 UTC
Read the original article
Hit count: 282
I am using Castle ActiveRecord as my ORM. When I try to store unicode strings, I get question marks instead.
Saving unicode strings worked perfectly when I was using mysql, but when I recently switch to SQL Server it broke. How should I go about fixing this?
© Stack Overflow or respective owner