Machiaveli
Programmer
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 server 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, 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 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 on this i would be very thankful.
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 server 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, 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 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 on this i would be very thankful.