Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to call an Oracle8i stored procedure that has Table Of data type in VB6?
Steve wrote:
> Hi everyone,
>
> I need to call an Oracle8i (Oracle8i Release 8.1.7.4.1) stored procedure
> that has a Table Of data type as an input parameter (possibly even several
> Table Of input parameters). I can't seem to find any example of how to do
> this in VB6 using ODBC (ADO 2.5 SP2). Is this even possible?
>
> Thanks!
>
>
Don't know whether this answers your question, but you might have a look at:
http://www.developerfusion.com/show/671/11/
It calls a stored procedure that has OUT parameters of PL/SQL tables. Received on Thu Nov 14 2002 - 10:57:02 CST
![]() |
![]() |