Subject Re: [Firebird-Java] Re: Getting started with JayBird, Netbeans 4.1, IB6
Author Roman Rokytskyy
> I don't (yet) need pooling, so I tried JayBird 1.5 JDK 1.4. It does
> work (at least for the little snippet I posted before), while JayBird
> 2.0.0 beta 2 JDK 1.5 does not, so the incompatibility with IB6.0 seems
> to have crept into JayBird 2.

I think I know what is the reason for this - we ask for one Firebird
specific item on connection. The error code is not correct, since that is
not XSQLDA structure, but the rest fits perfectly. Ok, since that item is
important for us, I suspect that IB compatibility will not available in
JayBird 2.0 and higher.

Thanks for the report!

Roman