Subject Re: [Firebird-Java] Re: JayBird 2.0.0 RC1 released
Author Roman Rokytskyy
> Recalling our prior correspondence (e.g., Fri, 05 Aug 2005 07:25:50
> +0200, Re: Getting started with JayBird, Netbeans 4.1, IB6), do you
> believe that this version is or is not compatible with InterBase 6.0?
> I can't tell from the list if one of the changes fixes this issue, or
> is the situation simply hopeless?

It is no longer compatible with IB 6.0. The reason is that for FB 2.0
compatibility we need an extended database information and the corresponding
constant is not supported by IB 6.0.

If you're willing to restore the compatibility, you can create a separate
plugin (the same way other plugins are created) and overide the
iscAttachDatabase method to use another constant that is available in IB6.
That should be quite easy to do, if you're interested, I can post you more
details.

Roman