Menu

calling oracle stored procedure from c code with result set as out parameter

Anonymous
2015-05-22
2015-05-27
  • Anonymous

    Anonymous - 2015-05-22

    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

     
  • Vincent Rogier

    Vincent Rogier - 2015-05-22

    You can use a ref cursor in C programs !
    Check the OCILIB documentation and demos about it :)