cursor and external stored procedure

Are you writing the external stored procedure using DOA, or do you want to call the external stored procedure from DOA?
 
Hi,
A'm also interested in the above question.
I want to write the external function/procedure with doa, returning a cursor. The client-side will be delphi applications using DOA and ODAC components.
B.
 
Unfortunately this is currently not supported. You can only pass scalar data types such as strings, numbers, and dates.
 
Back
Top