Subject | Re: [firebird-support] Re: Inssuficient rights for operation.... |
---|---|
Author | |
Post date | 2015-06-10T10:47:07Z |
I find the error...
It is not a FIREBIRD problem..it's BDE (Borland database engine) alias problem connection to database.
When I install BDEINfoSetup, the INTRBASE alias have not the ROLE NAME attribute.
From my application i provide to BDE alias username, password and role, but because ROLE NAME attribute not exist in BDE alias, the connection is made...without role...and the error appear!!!
The solution: in key [HKEY_LOCAL_MACHINE\SOFTWARE\Borland\Database Engine\Settings\DRIVERS\INTRBASE\DB OPEN] append "ROLE NAME"=""
and the application work fine!
It is not a FIREBIRD problem..it's BDE (Borland database engine) alias problem connection to database.
When I install BDEINfoSetup, the INTRBASE alias have not the ROLE NAME attribute.
From my application i provide to BDE alias username, password and role, but because ROLE NAME attribute not exist in BDE alias, the connection is made...without role...and the error appear!!!
The solution: in key [HKEY_LOCAL_MACHINE\SOFTWARE\Borland\Database Engine\Settings\DRIVERS\INTRBASE\DB OPEN] append "ROLE NAME"=""
and the application work fine!