Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Hoe to return a table type variable back to ASP?
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..
C chang Received on Wed May 08 2002 - 22:05:50 CDT
![]() |
![]() |