Subject Re: [IBO] Inserting records / access privileges
Author Geoff Worboys
> select rdb$privilege
> from rdb$user_privileges
> where rdb$user="MYUSER" and rdb$relation_name="MYTABLE"
...
> the result rows will contain S (Select), U (Update), I (Unsert), D
> (Delete), R (Reference) or X (eXecute procedure) for the individual
> rights the user has on the table / procedure / view.

> So in your case you should have an "I" in the result set...

Or 'A' for all.


--
Geoff Worboys
Telesis Computing