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 -> Re: error '80020009' on ASP page

Re: error '80020009' on ASP page

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 13 Apr 2007 08:28:11 -0700
Message-ID: <1176478084.646324@bubbleator.drizzle.com>


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.org
Received on Fri Apr 13 2007 - 10:28:11 CDT

Original text of this message

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