Subject | Re: [firebird-support] How can I prevent DELETE/INSERT/UPDATE on a table |
---|---|
Author | Helen Borrie |
Post date | 2005-08-01T14:37:48Z |
At 04:55 PM 1/08/2005 +0300, you wrote:
way, i.e. allowed.
Use privileges. Assign the desired set of restrictive privileges to a
role; then assign that role to the users you want to restrict.
./heLen
>What can I do to prevent DELETE/INSERT/UPDATE on a table?Not really. By the time a trigger fires, the operation is already under
>I suspect a trigger will be involve, but...
way, i.e. allowed.
Use privileges. Assign the desired set of restrictive privileges to a
role; then assign that role to the users you want to restrict.
./heLen