G
Guest
I am working on implementing security into a database that is going to go
from a single user to a shared system and I going through the process of
setting up the security correctly (using the FAQ as my quide). From what I
have read about securing the tables properly I need to set all of my queries
run permissions to Owners instead of Users.
Q1. Is there a way to do this with code (I have about 900 queries) and I
would like to find a faster way than manually opening each query and changing
it.
Q2. This may be more appropriate for the security section of the group, but
for queries that run from command buttons where the query is an SQL statement
in the VB code, is there a way to make this run with owners permissions or do
I need to make all of these queries into stored objects.
Thanks for any help and advice on this
Jim
from a single user to a shared system and I going through the process of
setting up the security correctly (using the FAQ as my quide). From what I
have read about securing the tables properly I need to set all of my queries
run permissions to Owners instead of Users.
Q1. Is there a way to do this with code (I have about 900 queries) and I
would like to find a faster way than manually opening each query and changing
it.
Q2. This may be more appropriate for the security section of the group, but
for queries that run from command buttons where the query is an SQL statement
in the VB code, is there a way to make this run with owners permissions or do
I need to make all of these queries into stored objects.
Thanks for any help and advice on this
Jim