Subject | Re: [firebird-support] Controling access to tables |
---|---|
Author | Ann W. Harrison |
Post date | 2010-12-03T15:13:32Z |
On 12/3/2010 12:43 AM, Mercea Paul wrote:
Baffled,
Ann
> On 2010.12.02 5:18 PM, samcarleton wrote:Why not use the built-in security mechanisms?
>>
>> We have DB data issue where data is duplicated in two tables. When the
>> first table is updated, a trigger updates the second table.
>>
>>
> I use in trigger something like:
>
> if (current_user<>'SYSDBA') then
> begin
>
> end...
>
> and the sysdba is never used by any user/application
>
Baffled,
Ann