Subject Re: [firebird-support] how to NOT ignore case?
Author Ann W. Harrison
martinknappe wrote:

>
> as it turns out, the default behaviour seems to be that case is being
> ignored when using "containing"..how can i disable that?
>

You can't - containing is a Firebird extension of SQL that
is explicitly case insensitive. However, you can use LIKE
which is case sensitive if the collation is case sensitive.


Regards,


Ann