Re: permissions with sql server tables and access
From: Ezekiël (ezekiël_at_lycios.nl)
Date: 08/14/04
- Previous message: anonymous_at_discussions.microsoft.com: "need help"
- In reply to: Mary Chipman: "Re: permissions with sql server tables and access"
- Next in thread: Dan Guzman: "Re: permissions with sql server tables and access"
- Reply: Dan Guzman: "Re: permissions with sql server tables and access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 14 Aug 2004 18:48:10 +0200
Do you have an example? BOL is not very clear to me.
"Mary Chipman" <mchip@online.microsoft.com> wrote in message
news:k37sh0hnmit3dfkgj0hk7tn7pi8cdem6g9@4ax.com...
> Create the view with the WITH VIEW_METADATA option, which will allow
> users to use the view to update data. Without it, permissions on the
> base tables are required. See the CREATE VIEW topic in SQL BooksOnline
> for more information. If you put a Profiler trace on the Access-SQLS
> app, you can see the exact calls that are being made. This will help
> you troubleshoot future issues.
>
> --Mary
>
> On Fri, 13 Aug 2004 20:19:28 +0200, "Ezekiël" <ezekiël@lycios.nl>
> wrote:
>
> >Hello,
> >
> >I need some help with implenting the following:
> >
> >I recently migrated from access to sql server and i now i want to use
> >maintainable permissions on my tables, views, etc. The access database
will
> >serve as a front-end.
> >
> >I've created for testing purposes an testaccount with only a public role
to
> >access to my database.
> >
> >Now the hard part is when i want users to select and manipulate the data
> >through views and stored procedures.I want only permissions set on views
and
> >stored procedures. The reason for this is because i don't want users to
get
> >the data directly from tables by means of linking or importing them to
> >access
> >or other databases. Only views and stored procedures can be used.
> >
> >Unfortunelately it doesn't work how i wanted to. When i open a view which
is
> >linked in access as a table, i'm getting a message that the underlying
table
> >has not the appropiate permissions.
> >
> >Now there should be a way to apply a maintainable security, so if i could
> >have some advice and maybe an example on this matter i would be very
> >thankful.
> >
>
- Previous message: anonymous_at_discussions.microsoft.com: "need help"
- In reply to: Mary Chipman: "Re: permissions with sql server tables and access"
- Next in thread: Dan Guzman: "Re: permissions with sql server tables and access"
- Reply: Dan Guzman: "Re: permissions with sql server tables and access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|