使用C#在sql server数据库中插入urdu语言

问题描述:

大家好!

我有一个列NText的表,我希望这个列存储urdu文本。

i have a table with a column NText and i want this column to store urdu text.

我能够通过直接插入数据库来完成这个任务,但是当我尝试通过前端插入,它将其转换为"????"。可以任何一个帮助

i am able to accomplish this task by directly inserting into the database but when i try to insert through front end,it converts it into "????".Can any one help

编写存储过程以插入表..并将值作为参数传递..并声明参数类型nText .. if声明它为文本然后它将自动转换为???输入字符...