Friday 22 August 2008

Provider (0x80004005) unspecified ASP

Provider (0x80004005) unspecified - ASP

0x80004005 errors are related to permission en security issues.

This could be the problem. You're opening the db twice.

There are two things you can do.

Check the connection state if the connection is already open why should you try to open it again?

or

Close the recordset and connection en set the objects to nothing at the end.


if objConn.state = 1 then
objConn.close
set objConn = nothing
end if

 
© The contents of all personal web pages and blogs are published by me. Statements made and opinions expressed are strictly those of the me and not my employer.