MySQL Forums
Forum List  »  Stored Procedures

Re: Calling stored procedure from PHP
Posted by: Arjen Lentz
Date: June 19, 2005 03:28PM

Markus Popp wrote:
> Where do I find the "multiple result sets" flag?
> I've looked through the PHP manual, but didn't find it. There is a multi_query command, but that
> didn't bring me the desired result.

I've asked Georg Richter, the mysqli author.

I would suggest you try doing the CALL using the multi_query() method, and then using more_results and next_result(). I'll pass on Georg's answer when I get it, but this is the most likely solution.

Regards, Arjen.
--
Arjen Lentz, Exec.Director @ Open Query (http://openquery.com)
Remote expertise & maintenance for MySQL/MariaDB server environments.

Follow us at http://openquery.com/blog/ & http://twitter.com/openquery

Options: ReplyQuote


Subject
Views
Written By
Posted
59433
March 18, 2005 05:58PM
8443
November 26, 2008 05:09AM
22271
April 25, 2005 01:10PM
Re: Calling stored procedure from PHP
3239
June 19, 2005 03:28PM
3973
October 22, 2006 10:03PM
4063
November 03, 2006 02:30AM


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.