Re: Oracle/ASP hanging

From: s_gemberling <s_gemberling_at_yahoo.com>
Date: 27 Aug 2003 05:53:12 -0700
Message-ID: <1e64ee35.0308270453.37d40b9a_at_posting.google.com>


This was a typo on my part, they are actually the same in my code...so that's no the problem....hmmmmm

> >CREATE OR REPLACE PACKAGE PRJMGMT.pkgWorkOrders AS
> > TYPE CURSOR_TYPE IS REF CURSOR;
> > PROCEDURE procGetWorkOrders(RESULT_SET_1 OUT CURSOR_TYPE);
> >END pkgWorkOrders;
> >/
> >CREATE OR REPLACE PACKAGE BODY PRJMGMT.pkgWorkOrders AS
> >
> > PROCEDURE procGetWorkOrders(RESULT_SET_2 OUT CURSOR_TYPE)
>
> Nah, it couldn't be that easy, could it? Check out the names of the
> result sets. I didn't think they necessarily had to match, but...
Received on Wed Aug 27 2003 - 14:53:12 CEST

Original text of this message