Hi
I'm having a problem with high ASCII values.
When I run the query:
select * from TAB1 where (FIELD1 >= '01' and FIELD2 > '¡')
where ¡ is ASCII 254 (or ASCII 65534, it doesn't matter which), I get all records in the table. I should get none, as FIELD2 never contains an ASCII value...