Click here to Skip to main content
15,901,832 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every one!

I am beginner in asp.net;
I want to insert urdu in SQL server 2008 please give me some hints about it. I am using datatype is "nvarchar" and collation is "SQL_Latin1_General_CP1_CI_AS". But i get ??????? fom sql server. please guide me about that what procedure is used?
.
thanks in advance.
Posted
Comments
ZurdoDev 21-Sep-13 13:22pm    
nvarchar is critical so that you can support unicode. I don't know which collation that is but I would google for whatever type you need. Then in ASP.Net search for globalization.

1 solution

try with setting Arabic_CI_AS as the collation.
 
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