Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: error '80020009' on ASP page
Alen Cappelletti wrote:
> 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 ObjCmdUtente = Server.CreateObject ("ADODB.Command")
> Set ObjCmdUtente.ActiveConnection = objConn
> ObjCmdUtente.CommandText = "PKG_NAVIGAZIONE.UTENTE"
> ObjCmdUtente.CommandType = adCmdStoredProc
>
> 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' />"
> -------
Whatever it is ... it has nothing to do with Oracle.
Ask Microsoft for help.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Fri Apr 13 2007 - 10:28:11 CDT
![]() |
![]() |