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"
 
Back
Top