Hello.
I want to pass an array to a stored procedure.
I have a type like: CREATE TYPE table_number AS TABLE OF number;
and i want to pass this array into procedure p$test(param$array table_number).
How can i do this?
Thank you.
Passing array
We have answered you at: http://www.devart.com/forums/viewtopic.php?p=70057