Hi,
When I query the sql database, it doesn't query according to the culture differences. For an instance, if i run the following query select * from MyDB where id='Abc', I also get the record with the id Åbc. But I don't want it. I want ony the exact match.
How can I sort this issue?
Thanks in advance.