MySQL Forums
Forum List  »  Stored Procedures

Re: stored procedure with cursor only returning one row in PHP -- works in MySQL client
Posted by: Peter Brawley
Date: December 09, 2010 10:47PM

OUT params are a problem for many APIs provided by MySQL. See "Call a stored procedure from PHP with an OUT parameter" at http://www.artfulsoftware.com/infotree/mysqltips.php for discussion & examples re OUT params & PHP.

PB

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.