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
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