Hi,
I am inserting European language text into nvarchar column in SQL server 2008. The accented characters are not stored properly in the SQL DB.
string strData ="Accented chars- Les caract?res accentu?s fran?ais ";
DataTable dtTemp =newDataTable()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.