Click here to Skip to main content
15,906,467 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a form that will be filled by user in arabic, when the user sumbit the values he entered to insert in the db the values look like this:????????????.
The database fields is nvarchar the collation is Arabic...

I dont know what im missing?
Posted
Updated 23-Mar-10 1:44am
v2

1 solution

It might that the case that values are stored correctly in the database but the client you are using to check is not able to display Arabic.

-Saurabh
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900