Subject Re: [Firebird-Java] Re: Error converting to Long
Author Roman Rokytskyy
First some good news: bug seems to be fixed in Firebird 2.0. I cannot
promise that it will be backported to 1.5.x tree though.

> Sorry, but the workaround you have specified is the only possible
> solution at present time.

Try instead of BETWEEN using "value >= 0 AND value < ?", I think that will
solve the problem too.

Roman