For customer reasons, I have an Access db on a server. I have added new data to my local copy, but keep getting an error when I try to upload it or delete it from the web site. The error is:
The process cannot access the file because it is being used by another process.
What is causing this? I have never had this problem before. I believe I have closed the connection and everything.
[b]$conn->disconnect();
$conn->Close();
$conn = null;
//$db->Close();
$db = null;
[/b]
This may (or may not) be overkill, but nothing seems to work. HELP!