Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Mapping PL/SQL tables to VB tables
"Joni Pinomäki" wrote:
> When I get data from oracle database it's from PL/SQL tables. And output
> parameters are sort of one dimensional table which are each one datatype
> (like varchar, number,...).
>
> Do anyone know, whether it is possible to map a parameter like those to such
> a particular array in VB, and if so, how?
>
> Joni
As you posted no code and identified no Oracle version it is hard to tell what it is you are doing. But to return multiple rows to VB from Oracle I would suggest you explore using refcursors.
Daniel A. Morgan Received on Fri Jul 20 2001 - 12:00:50 CDT
![]() |
![]() |