Subject | Re: Creating User in Firebird with Java |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-08-06T19:57:19Z |
Hi,
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
> I would like to know if is possible to create Users in a Firebird 1.5No, currently it is not possible to create users directly. However you
> database from a JSP or a JavaBean...
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