<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using MySQL Stored Procedure IN/OUT and Recordset w/ PHP</title>
	<atom:link href="http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/</link>
	<description>Blogging about PHP, Actionscript, MySQL, and other interests.</description>
	<lastBuildDate>Sat, 04 Feb 2012 04:50:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-1870</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 08 Nov 2011 19:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-1870</guid>
		<description>Thanks a lot. I had a hard time finding a good, non-spammy tutorial on PHP and MySQL stored procs. This article and the previous one about adding additional parameters to the function call helped me out and fixed a problem I was having. I am new to PHP but not to programming in general. Great articles.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I had a hard time finding a good, non-spammy tutorial on PHP and MySQL stored procs. This article and the previous one about adding additional parameters to the function call helped me out and fixed a problem I was having. I am new to PHP but not to programming in general. Great articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-1828</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Fri, 02 Sep 2011 15:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-1828</guid>
		<description>Hey Jatin, I think your query must not be working or not returning anything therefor causing the fetchAll to not work or be available. Double check that your stored procedure is setup correctly and you are calling and passing the variables correctly as well.</description>
		<content:encoded><![CDATA[<p>Hey Jatin, I think your query must not be working or not returning anything therefor causing the fetchAll to not work or be available. Double check that your stored procedure is setup correctly and you are calling and passing the variables correctly as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jatin</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-1827</link>
		<dc:creator>jatin</dc:creator>
		<pubDate>Thu, 01 Sep 2011 01:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-1827</guid>
		<description>Fatal error: Call to a member function fetchAll() on a non-object on line &quot;$data = $pdo-&gt;query(&quot;call get_users(&#039;joey&#039;, @totalUsers);&quot;)-&gt;fetchAll(PDO::FETCH_ASSOC);&quot;.

Can you please help me, with this issue?</description>
		<content:encoded><![CDATA[<p>Fatal error: Call to a member function fetchAll() on a non-object on line &#8220;$data = $pdo-&gt;query(&#8220;call get_users(&#8216;joey&#8217;, @totalUsers);&#8221;)-&gt;fetchAll(PDO::FETCH_ASSOC);&#8221;.</p>
<p>Can you please help me, with this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-731</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Tue, 21 Dec 2010 18:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-731</guid>
		<description>Gracias por publicar esta información, me fue de gran utilidad, saludos desde Monterey NL México.</description>
		<content:encoded><![CDATA[<p>Gracias por publicar esta información, me fue de gran utilidad, saludos desde Monterey NL México.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-488</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Wed, 16 Jun 2010 13:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-488</guid>
		<description>MySQL version 5.0.51 (all variants) was extremely buggy in a number of areas. It has long been strongly recommended to either upgrade or downgrade to get away from that version.</description>
		<content:encoded><![CDATA[<p>MySQL version 5.0.51 (all variants) was extremely buggy in a number of areas. It has long been strongly recommended to either upgrade or downgrade to get away from that version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-479</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Mon, 03 May 2010 11:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-479</guid>
		<description>Zul,

Unfortunately in my tests I was unable to get it to work with 5.0.51a so I started to use the dll from my other machine and all worked fine then.</description>
		<content:encoded><![CDATA[<p>Zul,</p>
<p>Unfortunately in my tests I was unable to get it to work with 5.0.51a so I started to use the dll from my other machine and all worked fine then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zul</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-478</link>
		<dc:creator>zul</dc:creator>
		<pubDate>Mon, 03 May 2010 05:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-478</guid>
		<description>Hi Joey, I am trying to return a recordset with my SP. I am using uwamp and loaded mysql client api is 5.0.51a, in which you have mentioned in your comments that it will not work. 

do you have any suggestion on how this can be achieve with the loaded client api? if not, then I have to find the 5.0.18</description>
		<content:encoded><![CDATA[<p>Hi Joey, I am trying to return a recordset with my SP. I am using uwamp and loaded mysql client api is 5.0.51a, in which you have mentioned in your comments that it will not work. </p>
<p>do you have any suggestion on how this can be achieve with the loaded client api? if not, then I have to find the 5.0.18</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-144</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Wed, 27 Jan 2010 18:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-144</guid>
		<description>Zeetarain, can you call your stored procedure directly without php and get the expected results? Maybe pasting your EMployee sp code might help recreate the problem on my end.</description>
		<content:encoded><![CDATA[<p>Zeetarain, can you call your stored procedure directly without php and get the expected results? Maybe pasting your EMployee sp code might help recreate the problem on my end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeetarain</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-143</link>
		<dc:creator>Zeetarain</dc:creator>
		<pubDate>Wed, 27 Jan 2010 17:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-143</guid>
		<description>Joey Rivera, I am using Php 5.2.5, with 5.0.45, I am curious to retrieve multiple records using procedures,

My SP calling is 
$sql=&quot;CALL EMployee()&quot;;
$res=mysql_query($sql) or die(mysql_error());

I am getting this error:
PROCEDURE test.EMployee can&#039;t return a result set in the given context

How can I resolve this issue,

I am keenly waiting for your rep.

Regards,</description>
		<content:encoded><![CDATA[<p>Joey Rivera, I am using Php 5.2.5, with 5.0.45, I am curious to retrieve multiple records using procedures,</p>
<p>My SP calling is<br />
$sql=&#8221;CALL EMployee()&#8221;;<br />
$res=mysql_query($sql) or die(mysql_error());</p>
<p>I am getting this error:<br />
PROCEDURE test.EMployee can&#8217;t return a result set in the given context</p>
<p>How can I resolve this issue,</p>
<p>I am keenly waiting for your rep.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailesh</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-92</link>
		<dc:creator>Shailesh</dc:creator>
		<pubDate>Wed, 25 Nov 2009 10:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-92</guid>
		<description>Hi Joey,
                It&#039;s a very very good blog and i found all procedure related queries solved.
It will be great it you can post same article related the Mysql Triggers with example and
calling them from php.

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi Joey,<br />
                It&#8217;s a very very good blog and i found all procedure related queries solved.<br />
It will be great it you can post same article related the Mysql Triggers with example and<br />
calling them from php.</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>

