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

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -