Re: Protecting an Access Database
- From: Scott McDaniel <scott@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 11 Aug 2007 07:40:27 -0400
On Fri, 10 Aug 2007 19:56:29 GMT, "Nando" <nospam@xxxxxxx> wrote:
"Scott McDaniel" wrote:
Deploying your database in the .mde format will stop users from being able
to view or change Forms, Reports, or Modules.
To protect Tables and Queries, you'll need to implement User Level
SEcurity. See Joan Wild's site for detailed
step-by-step instructions for doing this;
www.jmwild.com
You will also want to move all data access to RWOP (Run With Owner
Permission) queries so that you can remove
permissions directly from the table for users. Again, see Joan's site for
info on this.
Also be aware that ULS is easily breakable for those who wish to purhcase
a password unlocker.
Any ideas on what to do to better protect the database after using ULS? I
don't know what those unlockers do. Do those programs crack the Admin
password? Curious, because I want to make my database more secure. Sometimes
db users (employees) have too much time on their hands.
The password crackers give you a list of all users in the database, along with their passwords. Once you have this
information, it's easy to log in as an Admin user and do what you want.
ULS is about as secure as you can get with Access/Jet. If you need better data security, you'll need to move to a
different database engine like SQL Server, MySQL, etc. Note that SQL Server Express is free and is generally more secure
than Jet - although that's not always the case.
Scott McDaniel
scott@xxxxxxxxxxxxxxxxxxxxxxxxx
www.infotrakker.com
.
- Follow-Ups:
- Re: Protecting an Access Database
- From: Nando
- Re: Protecting an Access Database
- References:
- Re: Protecting an Access Database
- From: Scott McDaniel
- Re: Protecting an Access Database
- From: Nando
- Re: Protecting an Access Database
- Prev by Date: Re: Security setup, completely lost
- Next by Date: Re: Protecting an Access Database
- Previous by thread: Re: Protecting an Access Database
- Next by thread: Re: Protecting an Access Database
- Index(es):
Relevant Pages
|
Loading