Subject Re: [Firebird-Java] Problems with GDS class.
Author Roman Rokytskyy
Hi,

> I've followed the instructions to create JayBird lib in JBuilder 9.But
> I've problems when using methods of GDS class(i.e
> newServiceRequestBuffer,get_new_isc_svc_handle,..).What's happened?

It only tells you that Services API is not supported for type 4 driver. It
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 in
> advance.

See the source code in HEAD - there is already FBUserManager that performs
all you need. You can try to port this code to JayBird 1.5, there should be
no big issues there.

Roman