Subject Re: [Firebird-Java] Firebird with Jaybird
Author Roman Rokytskyy
> hello everybody, as I connect to firebird with jdbc or
> datasource with a user who has a role, since to
> connect itself with a role in firebird it is necessary
> to specify it when one is connected.
> ej:connect test.fdb user test password secret role
> read

See
http://jaybirdwiki.firebirdsql.org/config/ObtainingConnectionViaDriverManager
and http://jaybirdwiki.firebirdsql.org/config/ListOfDPBProperties

Roman