Re: getting result of query from stored procedure
Posted by: Jordan Bradley
Date: January 20, 2012 08:18PM

I fixed it, first I replaced the stored procedure with a query+sub query, and put "mysql_stmt_fetch (stmt);" on the line directly after "mysql_stmt_store_result (stmt);". So it works properly. I hope this helps anyone.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: getting result of query from stored procedure
682
January 20, 2012 08:18PM


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.