TOracleQuery.DimPLSQLTable

chorlton

Member
Hi all,

I'm trying to create a TOracleQuery programmatically (rather than at design time) to call a stored procedure which has a PLSQL table as an out parameter. I've had the stored procedure working with a query created at design time so I'm sure it's OK.

Example pseudocode:
(people is just a table with two columns, parent and child)
-------------8
 
The shame! I got my bases mixed up and had an empty table. No records returned => unassigned variant array
frown.gif
 
Back
Top