Subject | Re: [Firebird-Java] Create users or roles |
---|---|
Author | Rick Fincher |
Post date | 2004-02-19T20:19:54Z |
Hi Nick,
Yes, you just have to work with the user database, typically isc4.gdb. The
hardest part is the encoding of the passwords.
A package is in the download area of this group on yahoogroups.com that
handles encoding/decoding the passwords for you.
Roles are stored in the system database RDB$ROLES.
Hope this helps,
Rick
Yes, you just have to work with the user database, typically isc4.gdb. The
hardest part is the encoding of the passwords.
A package is in the download area of this group on yahoogroups.com that
handles encoding/decoding the passwords for you.
Roles are stored in the system database RDB$ROLES.
Hope this helps,
Rick
----- Original Message -----
> Is it possible using Java to create and manipulate users and roles
> within Firebird?
>
>
>