store arabic in SQL database

前端 未结 9 582
栀梦
栀梦 2020-11-30 05:55

I tried to store Arabic string in SQL 2008 database but it converted to \" question mark \" why ? and what should I do ?

9条回答
  •  孤独总比滥情好
    2020-11-30 06:10

    All of what you have to do is to make sure that

    the column Data type is nvarchar()

    after that I inserted Arabic with no problems

提交回复
热议问题