Error to access database

  • Thread starter Thread starter Martino
  • Start date Start date
M

Martino

I have copied a archive access from my client to my Pc for developed a
software.
But, when im trying to open a database with ODBC or OleDb, i have this
error:

"You don't have the necessary permissions to use the PLUTO.MDB object.
Have your system administrator or the person who create this object
establish the appropriate permissions for you".

I have copied in the same folder the file PLUTO.MDB and PLUTO.MDW

How can i open it ?

Thank's
Martino
 
Create a shortcut icon to open the MDB and specify the MDW to use. Here's an
example. Replace the paths and filenames with the paths and file names of
MSACESS.EXE, the MDW, and the MDB on your PC. The quotes are neccessary if
there are spaces in the paths or names. Note that the /wrkgrp option is
outside the quotes, while the path and name of the MDW is inside the quotes.

"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" /wrkgrp
"C:\MyPath\MyWorkGroup.mdw" "C:\MyPath\MyDataBase.mdb"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access 2003 Permissions 3
Permissions Issue 1
Database Backup 5
Can't open a database 2
Run-time error 3033 2
Recover my database 1
/wrkgrp does not work 47
Database will not open 1

Back
Top