MySQL Forums
Forum List  »  PHP

Re: A question about store procedures.
Posted by: Rick James
Date: December 10, 2014 03:27PM

I find that Stored Procedures adds complexity. Instead, I (usually) do the coding in PHP.

I know that mysqli needs some extra code to handle the "multiple result sets" that a stored procedure returns. I suspect PDO also needs such. Sorry, I don't have the details.

Options: ReplyQuote


Subject
Written By
Posted
December 08, 2014 10:00PM
Re: A question about store procedures.
December 10, 2014 03:27PM


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.