MDBSecure 2008  

Don't have permissions... 

Home


MS Access Security tool         
Customer
I have created a secure database with mdbsecure, and everything seemed to work fine, but when I try to open the database and I put in the password I get the message that "You do not have necessary permissions to open the dababase (blah)".
 
Also, the prompt that comes up just invites me to enter a database password, not a username - shouldn't access ask me for both? Perhaps you could tell me what I am doing wrong?

Support
You need to specify the workgroup file at the command line or specify the workgroup file created by MDBSecure as the default workgroup file.
 
You'll also need to specify the Username (you can also specify the password) as the command line.
 
MDBSecure has an open database feature, which spawns MS Access.
 
However, the ideal way to open a secured database in via a programming language, then you can specify everything in code.

Customer
So just to confirm, the only way to open a secured mdb file without writing the password down somewhere that people can find it (either in a shortcut or batch file) is to build a programmatic extension?
 
Actually this suits me, because I was planning this kind of approach, but it would be interesting to have this confirmed.

Support
Yes.
 
We've recently had an email asking how you can open the secure database once created by MDBSecure.
 
From within Windows, You can either use the command prompt (or from the start menu, Run) or use a batch file.
 
Heres a sample batch file.
Code:
@Echo off
Echo Usage: Access.exe db-file /wrkgrp workgroup-file /user Super-User-Name /pwd database-password /Excl
Echo .
echo Once run Access will ask you for the User Password
Echo .
Echo Press Any key to open DB
Pause
"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" c:\temp\temp.mdb /wrkgrp c:\temp\temp.mdw /user Stephan /pwd Klara /Excl


For general information please see our product page


File size 2.5mb



Related Links

Re: Permissions error trying to open MDB file with ODBC
I actually don't have much experience with either ODBC or PHP, ... Since the login credentials for the .mdb file are already ... it is perhaps ...

Stripping workgroup permissions from 95 .mdb - dBforums
17 Jan 2008 ... When you get into the mdb, are you able to go to design view of any form or does it tell you that you don't have permissions to get into ...

Permissions error trying to open MDB file with ODBC - Object Mix
25 Mar 2008 ... I have set every 'permission' that I can think of to allow access to the MDB file. I have set the sharing/security on the folder where the ...


QueryDefs in .NET  MDBSecure  MS Access Security  MS Access Protection Software  MS Access Database Protection  Encrypt MS Access Database  MDB Security  Microsoft Access 2000 Security  Microsoft Access Database Security  Microsoft Access MDW  Microsoft Access Security FAQ  Microsoft Access Workgroup Security  Securing Microsoft Access  Don't have permissions...  

About Us | Buy | Contact us | Distribution | Home | Links | Newsletters | Privacy | Site map | Support

   Mindwarp Consultancy Ltd © 2008. Registered in England No. 3893432
freeware free download
 
28/08/2008