Click here to Skip to main content
16,015,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Guidance required in this issue.
Kindly Help.

In my web application i have a page in which i write the names of the employees in arabic and have to insert them in the sql-server 2005 database table. When i show the query during runtime it shows the exact arabic names but when i check the database it is inputted with garbage value.

Now i tried otherwise. I inserted the values in the record manually and tried to retrieve them in the page but it is showing only question marks like ?????? ???? ?????.
Either way i.e from page to database or database to page i get the garbage value.

Any guidance would be highly appreciable..
Waiting for response..
Posted

1 solution

You have correct values stored in DB. You are missing the Arabic Locale MUI. You need to install the language pack such that the text in that locale can be seen properly.

Read all about them here: Multiple User Interface (MUI) Language Packs[^]
 
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