D David Best Member Mar 9, 2004 #1 We have DOA 4.0.3 Is there a way to return a cursor from an external stored procedure? TIA
Marco Kalter Administrator Staff member Mar 10, 2004 #1 Are you writing the external stored procedure using DOA, or do you want to call the external stored procedure from DOA?
Are you writing the external stored procedure using DOA, or do you want to call the external stored procedure from DOA?
K koadam Member² Mar 10, 2004 #1 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.
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.
D David Best Member Mar 10, 2004 #1 The external stored procedure is written in Delphi using DOA and is called from pl/sql.
Marco Kalter Administrator Staff member Mar 11, 2004 #1 Unfortunately this is currently not supported. You can only pass scalar data types such as strings, numbers, and dates.
Unfortunately this is currently not supported. You can only pass scalar data types such as strings, numbers, and dates.