Subject | Re: Sad IB5.6 JayBird story |
---|---|
Author | ebrygg |
Post date | 2004-09-10T13:45:48Z |
Hi Roman!
Actually.. if you read what you wrote here (and yes that´s not the
release notes my bad):
http://www.firebirdsql.org/index.php?op=devel&sub=jdbc
it states that
"Now you can use gds32.dll/libgds.so, fbclient.dll/libfbclient.so and
fbembed.dll/libfbembed.so (requires native library, available as
separate package). It allows you to
connect locally when the application runs on localhost
use embedded version of the engine
use the driver with InterBase 5.x, 6.5, 7.0."
That´s why I got really excited and tried to switch from Interclient
(I have used jaybird for Firebird and was really impressed).
regards,
Andreas W.
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
Actually.. if you read what you wrote here (and yes that´s not the
release notes my bad):
http://www.firebirdsql.org/index.php?op=devel&sub=jdbc
it states that
"Now you can use gds32.dll/libgds.so, fbclient.dll/libfbclient.so and
fbembed.dll/libfbembed.so (requires native library, available as
separate package). It allows you to
connect locally when the application runs on localhost
use embedded version of the engine
use the driver with InterBase 5.x, 6.5, 7.0."
That´s why I got really excited and tried to switch from Interclient
(I have used jaybird for Firebird and was really impressed).
regards,
Andreas W.
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > I have a desperat question for you all.. I´m stuck with InterbaseJayBird. I
> > 5.6 but I really want to switch from using Interclient to
> > saw in the release notes that this would be possible but I´m sofar
> > unsuccessful to do so.different
>
> Release notes speak about the IB 6.x and 7.x. IB 5.x might be a
> story.library
>
> > I have a working Interbase 5.6 client installation. GDS32.dll and
> > Jaybird.dll reside in the system32 catalog (Windows 2000).
> >
> > I´m getting the following error:
> >
> > "FirebirdApiBinding::Initialize - Could not find or load the
> > GDS32.DLL"
> >
> > I have traced this to the platform.cpp native code for jaybird
> > (LoadLibrary) but now I am stuck!
> >
> >
> > Is this even possible?
>
> Most likely it happens because the jaybird.dll was compiled with
> from Firebird 1.5, which is most likely not compatible withgds32.dll from
> IB 5.6. You have to check the API, maybe it would be enough torecompile
> jaybird.dll using the libraries from the IB 5.6 distribution.Though, if the
> APIs are not compatible, you should analyse whether it is possibleto modify
> the JNI handler...with Paul
>
> If you get IB 5.6 to run with JayBird, please share your version
> Beach (one of the Firebird Admins), he might be interested in this.
>
> Roman