Stored Procedures C API
Posted by: Manoj S
Date: May 11, 2012 12:01AM

hi all,

I am new to MySQL C API. I am having a question related to C API for calling stored procedures.

Let us suppose I am having a stored procedure with name get_tablename() in the database which returns me a table with a set of columns. what C API function I need to use to call this stored procedure in my C Code.

I had tried mysql_query(conn,"call get_tablename()"); but this is giving some problem. Do I need to use the C Prepared statement API calls for calling stored procedures ?

Regards,
Manoj

Options: ReplyQuote


Subject
Views
Written By
Posted
Stored Procedures C API
1271
May 11, 2012 12:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.