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