0
Persian data in sqlserver
Hi all! I have a problem with visual studio 2015 in searching persian data from sqlserver database. Please help me.
2 Answers
+ 4
Hmm, have you included the N character in your query, to specify that it's a Unicode ?
SELECT * FROM dbo.Table WHERE field = N'......';
0
not yet
i will try it
thank you so much