Inserting hebrew values in SQL Server 2008

前端 未结 1 621
没有蜡笔的小新
没有蜡笔的小新 2020-12-21 16:17

I\'ve been trying to update a record with hebrew texy into a DB table, and it shown as \"??????\". Here\'s my command:

UPDATE HebrewTbl
   SET HebrewVal = N\         


        
相关标签:
1条回答
  • 2020-12-21 17:09

    Copied from comment so question can be set to answered per suggestion of this post.

    Set your column to nvarchar and have the correct collation enabled to allow Hebrew characters.

    0 讨论(0)
提交回复
热议问题