I tried to store Arabic string in SQL 2008 database but it converted to \" question mark \" why ? and what should I do ?
Try using this: the column Data type is nvarchar()
nvarchar()
INSERT INTO CompanyMaster values(N'" + txtCompNameAR.Text + "',N'" + txtCompAddressAR.Text + "','" + txtPh.Text + "')