Subject Re: Embedded users and roles
Author rajsubramani
> Finally, you wouldn't know how to set up connection (name/value)
> property for role name when using Jaybird by any chance, would you?

Got it!

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