sql server - why do Non-English words not saved correctly in SQL database? -


i working mssql server 2008r2 , have field of type nvarchar(255) had changed collation arabic_100_ci_as field still showing '???' instead of arabic words.

i tried restart server after collation changed did not work !

note : old collation latin

noote inserting directly db , if write query problem raise, if edit table directly , there no problem , arabic words displaying correctly !

should done ?
thanks

thanks adrianm solution prefixing text n

such : n'myarabictext'

thanks cooperation..


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -