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
Friday, 22 August 2008
Provider (0x80004005) unspecified ASP
Posted by Unknown at 8:49:00 am
Labels: Provider (0x80004005) unspecified ASP error 0 comments
Subscribe to:
Posts (Atom)