collation - Japanese character are saved as question mark in SQL Server -


i'm working on sql server 2005, in have database. when use japanese characters in application, stored question marks in databse. collations should use save japanese characters properly.

note: additional info(if helps) in mysql, have used utf8 default character set in startup variable , works file.

thank you,

pavan

japanese_90 appears new collation name.

http://msdn.microsoft.com/en-us/library/bb330962%28v=sql.90%29.aspx#intlftrql2005_topic24

note, might want consider _ks suffix if want consider hirigana/katakana whilst sorting. marc_s says, want ensure column datatype nvarchar


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -