Save Arabic data in SQL From ASP.NET [modified]
-
Hello I try to save data to my SQl 2005 database from my ASP.net 2.0 web application everything go fine unless a problem occurred when i try to save the data written in the Arabic format i try to put this line in the web.config but nothing has change "" Any idea to solve my prob it'll be greatly appreciated Thanks in advance Assaf modified on Monday, November 3, 2008 4:24 AM
-
Hello I try to save data to my SQl 2005 database from my ASP.net 2.0 web application everything go fine unless a problem occurred when i try to save the data written in the Arabic format i try to put this line in the web.config but nothing has change "" Any idea to solve my prob it'll be greatly appreciated Thanks in advance Assaf modified on Monday, November 3, 2008 4:24 AM
What datatype you used to save the Arabic format text? It should be nvarchar or ntext.
dennis.josf