Portable Security

echorley

Registered User.
Local time
Today, 03:21
Joined
Mar 11, 2003
Messages
131
I have read the FAQ at the Microsoft website, applied it to my database and it is secure at my home computer. However, when I take the database to work (to any different computer), none of the security features are present. What do I need to do to keep the security features with the database at all times?
 
Hi, if you can open your database on any other machine then you haven't implemented security correctly, probably left the Admin user with full access.

You need three thing to run on another PC
1 the MDW workgroup file
2 a shortcut (usually placed on the desktop, that links Access, Your DB, and the Workgroup file)
3 the database
 
The MDW file

1. Regarding the mdw file, what folder do I put it in on the other machine?

2. Suppose a collegue wanted to use the database, but I wanted to keep the same security structure. If I send along the mdw file, will it affect other databases my colleague creates or works with?

3. With the shortcut, do I use the Start In to direct it to the MDW file?

Thanks
 
Last edited:
1. Regarding the mdw file, what folder do I put it in on the other machine?

You can put it anywhere as long as the shortcut is pointing to it, however , if it's on a Network you normally keep the MDW in the same folder as the back-end tables (so it gets backed up daily),

2. Suppose a collegue wanted to use the database, but I wanted to keep the same security structure. If I send along the mdw file, will it affect other databases my colleague creates or works with?

No, it won't affect other databases, he will need the three parts.

3. With the shortcut, do I use the Start In to direct it to the MDW file?

Here's a sample.

"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" /wrkgrp "C:\Documents and Settings\david\Desktop\Dyf61a\MIS.mdw" "C:\Documents and Settings\david\Desktop\Dyf61a\Dyflin1.mdb" /user SomeName /pwd Some Password

...it should be, Access Location, Workgroup Location, Database Location

...you can also add the user and password switches to the end of the shortcut, although it's not good practise to be storing your password in the shortcut, for obvious reasons.
 
Last edited:
Thanks!

I will try it tomorrow at work. Thanks again.
 

Users who are viewing this thread

Back
Top Bottom