hi,
I want to perform a SELECT command and inside it i use a "unicode persian character" comparison like :[ SELECT * from products where Category = 'نام' ]
but sql server returns no data and just displays an empty result . i tested it with some other data which are not unicode and they worked fine . but whenever unicode characters are used , no result would be displayed . could anyone help please? tnx.