Arabic in sqlserver
Arabic in sqlserver
hi allen , I have a problem with inserting an Arabic text in sql server 2014 DB throw editor 1.5.6 , the text appear like
&# 1607 ; &# 15 83;& # 1 6 0 1; 3
in the sql management table and make a problem aslo in editing & deleting
.... can u help me plz
This discussion has been closed.
Replies
Hi,
You need to disable Microsoft's default request validation (which is what that warning is). Details on how to do that can be found here.
Allan
this solution didn't work for my problem ... do you have any other suggestions ... i'm using
asp mvc 5 razor C#...
note :i inserted arabic text in db from other form in the same App without Editor with no problem ... the problem happens when i insert throw editor 1.5.6 only
that could help i tried to insert arabic text in editor example app i found same problem i think the problem happend here in editor.cs file after adding value to d dictionary
http://www.moawher.e-dever.com/untitled3.jpg
http://www.moawher.e-dever.com/untitled4.jpg
Did you try disabling it in the web server's config? Fundamentally that error is part of Microsoft's request validation and that needs to be disabled.
Allan
yes i did the problem still appear
Could you try this one please?