Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> error '80020009' on ASP page
Hi all
I got this strange error...and I don't know what can I do.
This is always after a X minutes...simple surfing into pages of my intranet. I don't kwow the real problem 'cause I don't make any action...simple surfing...
Before of the code belowe I open a connection to the DB with a DNS using oracle ODBC driver.
I think can be a IIS probem...is it true?
Cookie od IN param is present ....'cause end at midnight. Someone can help me? Have U sone ideas?
TNKS Alen
Set param1 = ObjCmdUtente.CreateParameter ( , adBSTR,
adParamInput, ,Request.Cookies("Geco2"))
ObjCmdUtente.Parameters.Append param1
Set ObjRsUtente = ObjCmdUtente.Execute
Response.write "<img src='Images/"&ObjRsUtente("Logo")&"' alt='logo' hspace='3' border='0' />"
![]() |
![]() |