Subject | Re: [IBO] Inserting records / access privileges |
---|---|
Author | Geoff Worboys |
Post date | 2002-10-15T11:55:03Z |
> 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), DOr 'A' for all.
> (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...
--
Geoff Worboys
Telesis Computing