Hi,
Is there any other method to get the content of table as a out parameter without using ref cursor ?
Problem is that oracle procedure doesn't specify cursor so in c code should there be other method to call oracle stored procedure ?
Regards
deepak
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is there any other method to get the content of table as a out parameter without using ref cursor ?
Problem is that oracle procedure doesn't specify cursor so in c code should there be other method to call oracle stored procedure ?
Regards
deepak
You can use a ref cursor in C programs !
Check the OCILIB documentation and demos about it :)