Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> error '80020009' on ASP page

error '80020009' on ASP page

From: Alen Cappelletti <alen.cappelletti_at_gmail.com>
Date: 13 Apr 2007 06:46:23 -0700
Message-ID: <1176471983.314435.183550@d57g2000hsg.googlegroups.com>


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' />"


Received on Fri Apr 13 2007 - 08:46:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US