Subject | CREATE USER through Java |
---|---|
Author | Bill Oliver |
Post date | 2004-08-26T20:58:10Z |
Hi,
How do you create a new user through Jaybird? Ideally, I would want
to be able to call executeUpdate ("CREATE USER BOB bobpassword"); or
something similar. I see how to create a new database through
Jaybird, but not how to add a new user to that database.
I tried inserting a user record into the security.fdb database, but
the password shows up as plain text, and I can't authenticate with
the user I just created.
Creating the user through ISQL is not helpful to me.
Thanks,
-bill
How do you create a new user through Jaybird? Ideally, I would want
to be able to call executeUpdate ("CREATE USER BOB bobpassword"); or
something similar. I see how to create a new database through
Jaybird, but not how to add a new user to that database.
I tried inserting a user record into the security.fdb database, but
the password shows up as plain text, and I can't authenticate with
the user I just created.
Creating the user through ISQL is not helpful to me.
Thanks,
-bill