Error : OraOLEDB (0x80004005) & Active Server Pages error 'ASP 0115'
430074Sep 24 2004 — edited Mar 31 2009I have developed a project and opened recordsets as mentioned below
With Rs
.Open "Query",Application("Cn")
If not (.eof and .bof) then
.Movefirst
End If
End with
The error 'OraOLEDB' showing at .Open statement. When we refresh page multiple times then Active Server Pages ASP 0115 error occures. Which is get resolved only when I reboot the Web Server or restart the web services.
OraOLEDB error raises frequently while application running. In between some time it skip the error and show the page perfectly.
Co-operate me just by suggesting how to resolve this problem.