Subject Re: Interesting bug in Firebird - or it is not a bug ???
Author fowlertrainer
Sorry, I write the "where" wrong.

That is the good:
and (NAME containing 'ágnes')

Thanx for help:
ft



--- In firebird-support@yahoogroups.com, "fowlertrainer"
<fowlertrainer@a...> wrote:
> Hi !
> I'm hungarian, so I used hun charset (win-1250).
> I found an interesting error.
>
> I think, that containing is working good with hun characters, but it
> seems to be not...
> I have a record, NAME = "Kovács Ágnes".
>
> When I trying with:
> select * from inst_person where (NAME containing 'kovács')
> it is working.
>
> When I add this section to where:
> and (NAME containing 'Ágnes')
>
> the record is not found.
>
> Why ?
> I think, that IB/FB is handle hun chars when I use containing, but it
> seems to be not.
> What is the solution ???
>
> Thanx for help:
> ft