how do I execute a function from TOAD for Oracle and bind the result to a data grid
- by neesh
I have a function that takes as one of it's arguments a VARRAY of pl/sql Objects. How do I execute this stored procedure and bind the resultset that it returns to a data grid in TOAD for Oracle?