Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<b>Storing Arabic in SQL Server</b>

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Please suggest me what is the datatype I should use to store Arabic in SQL Server.. I tried storing datatypes like Char,Varchar, nvarchar, nchar, but was unsuccessful in doing so.. Whenever I tried to retrieve the data , I get only Question Marks "?????". Please suggest me a solution ?
 
You should be using nvarchar. What are you retieving it with? Whatever you are using to retieve it needs to support displaying Arabic characters. Are they covered in UTF-8 formatting, if so than I suggest using UTF-8. Wushutwist
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top