T
Tim
I have a VB app that uses an Access dB. It has already been shipping
and hundreds of customers have it. Now, I wish to secure it. On my
development machine, I've already tinkered with setting user level
security to where I want it and made a new mdw file. Now, I am faced
with the challenge of updating my customers' existing databases to use
this new mdw file.
I'm thinking I need to do the following:
Write an "update" program that will ...
1) Copy the new mdw file to my app's folder on the customer's machine
2) Use GRANT, DENY, and REVOKE commands on the existing dB on the
customer's machine (to set permissions equivalent to what I've already
done on my development computer)
3) Change my app to use the new mdw file when opening the connection.
Am I on the right trach here? Or is there a simpler way?
and hundreds of customers have it. Now, I wish to secure it. On my
development machine, I've already tinkered with setting user level
security to where I want it and made a new mdw file. Now, I am faced
with the challenge of updating my customers' existing databases to use
this new mdw file.
I'm thinking I need to do the following:
Write an "update" program that will ...
1) Copy the new mdw file to my app's folder on the customer's machine
2) Use GRANT, DENY, and REVOKE commands on the existing dB on the
customer's machine (to set permissions equivalent to what I've already
done on my development computer)
3) Change my app to use the new mdw file when opening the connection.
Am I on the right trach here? Or is there a simpler way?