Hi,
I'm having a problem with non-ASCII characters in a where clause
Say for example a record in my table has :
column_a Bom D� Street
And I want to see if this will find the record:
SELECT * FROM [tbl_test] where column_a = 'Bom D� Street'
This always returns no records.
Is there something you have to do to handle non-ASCII characters?