Subject Re: Creating User in Firebird with Java
Author Roman Rokytskyy
Hi,

> I would like to know if is possible to create Users in a Firebird 1.5
> database from a JSP or a JavaBean...

No, currently it is not possible to create users directly. However you
can connect to security.fdb (or what's the new name of isc4.gdb) and
insert users with SQL. You will have to implement password encoding
algorithm in Java.

Best regards,
Roman Rokytskyy