Re: rwop
- From: "Joan Wild" <jwild@xxxxxxxxxxxxxxxx>
- Date: Fri, 10 Mar 2006 18:27:06 -0500
RWOP
Run With Owner Permissions
This means run the query as though the query owner was running it.
It allows you to remove all permissions for users on the tables.
Now if you create a query against those tables, the user won't be able to
run that query, because they don't have any permissions on the underlying
tables.
By putting WITH OWNERACCESS (making it RWOP) on the query, you are saying
'allow the user to run this query as though I, the owner of the query, am
running it'.
The owner of a query most often has full permission on the tables, so this
allows the user to run the query.
RWOP doesn't automatically mean that the user has all the permissions that
the query owner does. You still need to assign appropriate permissions on
the *query* in order for the user to run it. So you could assign read data
permissions on the query, and they'll only be able to read data, even though
the owner has full permissions on the underlying table(s).
Furthermore, if the query owner has only read data permissions on the
underlying tables, they can't assign update/insert/delete permissions on the
query and expect that to succeed. The user running the query will still be
restricted by the owner's permissions on the underlying queries.
Does that help?
--
Joan Wild
Microsoft Access MVP
hireagenius via AccessMonster.com wrote:
Hi again Heros,
I have reviewed the threads on RWOP queries, and that section in
Microsoft Security FAQ - I have gathered enough information about it
to know that I need a comprehensive understanding, an overview of
RWOP.
Is it appropriate for me to ask on this Discussion Group
for recommendations on books or any other publications on rwop
queries? If not, please forgive.
If so -
Please do so.
I have created a rwop on a secure database but I don't know which is
the cart and which is horse. If I knew more about rwop queries I
would better understand the sequence i should follow.
Thanks for any assistance.
CharlieHorse
--
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: rwop
- From: hireagenius via AccessMonster.com
- Re: rwop
- References:
- rwop
- From: hireagenius via AccessMonster.com
- rwop
- Prev by Date: Re: Security - confused
- Next by Date: Re: Security - confused
- Previous by thread: rwop
- Next by thread: Re: rwop
- Index(es):
Relevant Pages
|