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 -> Hoe to return a table type variable back to ASP?

Hoe to return a table type variable back to ASP?

From: C Chang <cschang_at_maxinter.net>
Date: Wed, 08 May 2002 23:05:50 -0400
Message-ID: <3CD9E78E.7415@maxinter.net>


I am using the

   FETCH c_rec BULK COLLECT INTO t_cola, t_colb..;    v_cola:=t_cola;
   v_colb:=t_colb;
  ..
 If In my definition of the procedure is as    my_procedure ( ..

                  v_cola OUT table_typeA,
                  v_colb OUT table_typeB) AS
   ..
 what I need on the ASP side to hold the one-dimensional like array of v_cola and v_colb variable? What connectivity I need to use?

C chang Received on Wed May 08 2002 - 22:05:50 CDT

Original text of this message

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