Subject | Re: [Firebird-Java] Problems with GDS class. |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-05-25T08:08:02Z |
Hi,
is partly supported in type 2 driver, but full support of Services API you
will get only in JayBird 2.
We are almost done with it, there are few "cosmetic" things, so you can
already try version from HEAD. But beware, JayBird 2 is not compatible on
the interface level with JayBird 1.5 (except the org.firebirdsql.jdbc.*
package).
all you need. You can try to port this code to JayBird 1.5, there should be
no big issues there.
Roman
> I've followed the instructions to create JayBird lib in JBuilder 9.ButIt only tells you that Services API is not supported for type 4 driver. It
> I've problems when using methods of GDS class(i.e
> newServiceRequestBuffer,get_new_isc_svc_handle,..).What's happened?
is partly supported in type 2 driver, but full support of Services API you
will get only in JayBird 2.
We are almost done with it, there are few "cosmetic" things, so you can
already try version from HEAD. But beware, JayBird 2 is not compatible on
the interface level with JayBird 1.5 (except the org.firebirdsql.jdbc.*
package).
> And give me some tips to get user information using Service API.Thanks inSee the source code in HEAD - there is already FBUserManager that performs
> advance.
all you need. You can try to port this code to JayBird 1.5, there should be
no big issues there.
Roman