Security question (1 Viewer)

BobNTN

Registered User.
Local time
Today, 01:04
Joined
Jan 23, 2008
Messages
308
Is there a way to prevent data in a split DB from being imported by another program ?
 

Guus2005

AWF VIP
Local time
Today, 07:04
Joined
Jun 26, 2007
Messages
2,641
There is not a watertight solution to do so. Access security is easily compromised. The tightest solution to shield your data is to use Access built-in UAC (User Account Control).

In a nutshell:
Create a brandnew workgroup file and use it to open your database. Now set the Admin password for the backend. Do the same for the frontend. Strip the Admin group from all its privileges. Create your own group and add users to them. Grant permissions to the group.
Don't loose the unique string you used to create the workgroup file.

Enjoy!
 

BobNTN

Registered User.
Local time
Today, 01:04
Joined
Jan 23, 2008
Messages
308
Thank you.
 

mafhobb

Registered User.
Local time
Today, 00:04
Joined
Feb 28, 2006
Messages
1,245
How to create a brand-new workgroup file?

How to set the admin password for the backend?

How to strip the Admin group of privileges and grant permissions to the other group?

Is there a simple sample db somewhere with this done so it can be studied?

Thanks

mafhobb
 

gemma-the-husky

Super Moderator
Staff member
Local time
Today, 06:04
Joined
Sep 12, 2006
Messages
15,662
I always wonder why its a problem

Most systems intentionally expose (at least some) of their data via ODBC links.

Its generally a good feature, not a bad one.
 

Users who are viewing this thread

Top Bottom