Subject | Re: [IBO] Inserting records / access privileges |
---|---|
Author | Nico Callewaert |
Post date | 2002-10-15T11:56:54Z |
Thanks a lot Frank and Geoff for the answers to my 2 questions,
Best regards,
Nico
Best regards,
Nico
----- Original Message -----
From: "Geoff Worboys" <geoff@...>
To: "Frank Ingermann" <IBObjects@yahoogroups.com>
Sent: Tuesday, October 15, 2002 1:55 PM
Subject: Re: [IBO] Inserting records / access privileges
> > 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
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>