From: Balassa M. <fu...@ma...> - 2003-08-23 12:43:55
|
Try this on a database with character set WIN1250: SELECT 1 FROM rdb$database WHERE UPPER('abc') = UPPER('AbC') The above query returns 1 as expected. Now, try it with strings containing non-us characters (á, é, etc). The result is null. BALASSA Marton |