Prevent Exportation of Objects

A

Anne

Is there a way to prevent tables from being exported to
another database?

I have a security concern - a person's own personal
information should be accessed by them but they should not
be able to access anyone else's. This is accomplished via
the front end and is totally locked down to prevent anyone
getting into the tables to view the data of others.

However, there's nothing to prevent someone from creating
a new database and importing all of the tables into it.

Thanks in advance for any suggestions.
 
C

Chris Nebinger

You need to implement tougher security, using the Security
FAQ available at MSDN:
http://support.microsoft.com/default.aspx?scid=kb;en-
us;165009

You need to strip all rights away from the tables, and
then grant access to special queries that only pull the
current users privacy data.

If this isn't secure enough, consider using SQL Server or
Oracle to better tighten the screws.


Chris Nebinger
 

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