Re: C API - Creating SP
Posted by: Hasani Blackwell
Date: January 10, 2006 06:48PM

There's no c api function dedicated to this. As of now, it must be created by passing the "CREATE PROCEDURE" statement to a function like mysql_real_query. I think if a c function was ever included for this, it would probably internally build the CREATE/DROP statement and execute it using mysql_real_query. :)

Options: ReplyQuote


Subject
Views
Written By
Posted
694
January 10, 2006 02:46PM
Re: C API - Creating SP
429
January 10, 2006 06:48PM
393
January 11, 2006 08:11AM
426
January 13, 2006 03:15PM


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.