Re: How to secure an Access database.
From: Douglas J. Steele (NOSPAM_djsteele_at_NOSPAM_canada.com)
Date: 05/16/04
- Previous message: mark: "Command Parameter Problem"
- In reply to: robher: "How to secure an Access database."
- Next in thread: robher: "Re: How to secure an Access database."
- Reply: robher: "Re: How to secure an Access database."
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 16 May 2004 07:09:43 -0400
To learn how to secure an Access database, check out the Access Security FAQ
at
http://support.microsoft.com/support/access/content/secfaq.asp
My advice is to read the entire document thoroughly several times, do not
skip any steps, and practise on a copy of the database, just in case.
If you need additional advice, there's a group dedicated specifically to
Access security questions:
microsoft.public.access.security
-- Doug Steele, Microsoft Access MVP http://I.Am/DougSteele (no e-mails, please!) "robher" <anonymous@discussions.microsoft.com> wrote in message news:49A7EAB0-3BF6-4744-BF18-74AF9AAF3EFB@microsoft.com... > I'm building a database application with a Visual Basic 6.0 frontend and an Access database using ADO. > > As a security measure, I'd like to make sure that users can only access the database through the frontend. To achieve that, I've put the DB in a folder that can only be accessed by a one user: "dbuser" (created specifically for the application). I use the Windows API function "CreateProcessWithLogonW" to run the application as "dbuser". This way, users have no access to the MDB file but the application does. Unfortunately, this poses some problems because other parts of the program need to be executed with the users' permissions. > > What I'd like to do is become "dbuser" to open the DB connection and then go back to the regular user. I've searched all over the web, but can't find a way to do this. > > Any ideas? > > Or maybe I'm just going about this the wrong way. If there's a better way to secure Access databases I'm open to suggestions. > > Regards, > Roberto
- Previous message: mark: "Command Parameter Problem"
- In reply to: robher: "How to secure an Access database."
- Next in thread: robher: "Re: How to secure an Access database."
- Reply: robher: "Re: How to secure an Access database."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|