Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP doesn't close the connection to an mdb file.

Status
Not open for further replies.

pjlobley

Programmer
Nov 2, 2007
1
GB
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






 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top