1
Answer

problem with sqldatareader when the condtion in sql command is arabic

mohmaed sameeh

mohmaed sameeh

14y
2.7k
1
There is a problem with sqldatareader when the condition in sql command is arabic like this:
 

    select user_name from users where typ=N 'arabic text'

This does not retrieve any data although there is a user name which has this type 
so can you help me please ?
thank ^_^
Answers (1)