Also This is my first post here so please forgive me if I've put this in the wrong place.
I am porting a simple cms (content management system) from one web server to another. It uses an MS access database to store the content.
The problem I'm getting is every second asp query attempt fails because the first attempt seems to have locked the file or left it open.
The first try always works. The second try causes the followin error...
Provider error '80004005'
Unspecified error
Sometimes it causes a different error such as file (unknown) is already open.
I have the permissions for IUSER set to read write and execute
I am porting a simple cms (content management system) from one web server to another. It uses an MS access database to store the content.
The problem I'm getting is every second asp query attempt fails because the first attempt seems to have locked the file or left it open.
The first try always works. The second try causes the followin error...
Provider error '80004005'
Unspecified error
Sometimes it causes a different error such as file (unknown) is already open.
I have the permissions for IUSER set to read write and execute