Help!<br><br>Our web site uses asp to run a database, for some reason we now get the 80004005 file in use error when the following piece of the script runs:<br><br>Conn.Open DataSource2<br><br>where <br><br>DataSource2="Driver={Microsoft Acces Driver (*.mdb));DBQ=" & Server.MapPath("foldername/filename.mdb" & ";"<br><br>it looks OK to me but it ain't.<br><br>is it a permission problem? the file has r/w/x and Change set, so i don't understand.......<br><br>Help!