Return multiple cursors from one procedure
565985Jul 12 2007 — edited Jul 13 2007Hi,
I have a stored procedure that is suposed to return multiple records. I know that for each table that I return I have to add a param to the stored procedure, param with ref cursor type.
I do not know exactly how many tables I have to return, it depends on data from some tables.
Is it possible to return an unknown number of tables? like an array or something ...
Please help