database protection

N

Niaz Ahmad

my application runs with a linked database placed in a network folder. i have
to share that folder with full permissions. it means that the security of the
database is at stake, anybody from any netwark location can damage the
database. can somebody suggest a solution? thanks.
 
K

Keith Wilby

Niaz Ahmad said:
my application runs with a linked database placed in a network folder. i
have
to share that folder with full permissions. it means that the security of
the
database is at stake, anybody from any netwark location can damage the
database. can somebody suggest a solution? thanks.

At the very least you can remove users' "delete" permissions from the mdb
*file* (not the host folder). Next you could remove all startup options,
provide custom menus and toolbars, and disable the bypass (shift) key.

That should be enough to keep most casual snoops out, but if any of them are
Access savvy then you might want to consider applying user level security.
This is a complex topic with a steep learning curve but it will keep out all
but the determined hacker with special tools. If you want to apply ULS then
read the FAQ (link on my web site). Top tip: make BACKUPS of you files
first, it's easy to lock yourself out when you're learning ULS.

Good luck.
Keith.
www.keithwilby.com
 

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