Hi, I've had a site up for about a month that uses MS Access and got the error below for a second time. The site is done in ASP and the server is Windows 2003. I use OLEDB4.0 to make the connection.
Microsoft JET Database Engine error '80004005'
Could not use ''; file already in use.
when I go onto the server and look in the database directory, I see that there the file (playhouse.mdb) is there, and so is another file (playhouse.ldb). I can't delete the ldb file and the only way to fix the problem is to restart the server, at which time everything goes back to normal.
Does anybody know what would cause this? Am I not closing my DB connections properly? Any help would be greatly appreciated.