MySQL Forums
Forum List  »  PHP

Re: PHP call Stored Proc with parameters returning recordset
Posted by: Peter Brawley
Date: May 10, 2015 02:23PM

> to have a standard function that I can pass a SQL statement to w/ a SP

Sprocs do not have the same advantages in MySQL as in SQL Server; they're indicated mainly when plain SQL is inadequate, ie when control constructs like While... and Repeat... cannot be done without.

Options: ReplyQuote




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.