Preventing linked tables

B

Bryan

Well, I thought I had my security pretty well set. I had everything
unchecked in startup, limited users accounts and disabled the shift key.
However, after I left on Friday, someone apparently needed to look at my
tables, because they did something I had not thought of; they created a new
DB and linked to my tables. By doing so, they no longer are bound by the
securities I had in place and can modify my data at will. Is there any way
to prevent this??
 
K

Keith

Deny access to your tables for all users (except yourself) and use RWOP
queries with appropriate permissions set. It also sounds as if you need to
remove permissions as appropriate to the "database" object.

HTH - Keith.
www.keithwilby.com
 
T

TC

If you have not followed an explicit list of written instructions -
adding and omitting nothing - then your database is almost certainly
*in*secure in one or more ways!

Did you follow a list of instructions?

HTH,
TC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top