Subject Re: [Firebird-Java] Data Source vs. SQL Role
Author Steven Jardine
Wyvis,

>Does anyone know how I specify the SQL role to use for the user? I
>tried setting a config-property of "SqlRole" but that didn't work.
>
>
You should use the grant statement. For example,

GRANT ALL TO ROLENAME;
GRANT ROLENAME TO USERNAME;

A more detailed explanation can be found in the langref.pdf (pages 123-126) document found in the firebird documents.

Steve