bulk copy

  1. A

    Data table bulk insert - Does not store accented characters properly

    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()...
Back
Top Bottom