Hi everyone- <br><br>Our website was working but now we get an 80004005, file already in use error when the script :<br><br>Conn.Open DataSource2 <br><br>is run, this is defined as:<br><br><%DataSource2="Driver={Microsoft Access Driver (*.mdb));DBQ=" & Server.MapPath("thefolder/thename.mdb"&";"%><br><br>i cant figure why the connection fails----- is it a permission issue on the server ?<br><br>the folder and filename are right, is there a limit to filename length?<br><br>i had the ISP set read/write/execute/allowchange on the file, but it still wont run.......<br>