Compact and Repair wizard problem

  • Thread starter Thread starter SOS
  • Start date Start date
S

SOS

Hi guys,
i use of an Access database in my web project .
i run "Compact And Repair database" wizard in access on this database.
but after it , i get this error when i trying to run web project :

The Microsoft Jet database engine cannot open the file
'c:\inetpub\wwwroot\ff\Database.mdb'. It is already opened exclusively by
another user, or you need permission to view its data.


Thanx
 
Have you granted enough NTFS permission of the folder to the ASPNET account?
 
Since an Access database is all contained in a single file, that database
cannot compact itself, as it requires re-writing the file to do it. When you
compact an Access database through the Access application, the Access
application does the compacting.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

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

Back
Top