MySQL Forums
Forum List  »  Stored Procedures

Re: calling multiple stored procedure in php error
Posted by: Peter Brawley
Date: January 10, 2012 01:39PM

With the mysql API you can make only one stored procedure call per connection. For multiple sproc calls you need the mysqli API.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: calling multiple stored procedure in php error
1072
January 10, 2012 01:39PM


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.