Subject | Re: Embedded users and roles |
---|---|
Author | rajsubramani |
Post date | 2004-04-13T07:56:42Z |
> Finally, you wouldn't know how to set up connection (name/value)Got it!
> property for role name when using Jaybird by any chance, would you?
This seems to work.
prop.put("sql_role_name", "ADMIN_ROLE");
con = DriverManager.getConnection(prop.getProperty("db.url"), prop);
Thanks for the help.
Cheers
-raj