<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linde002::PHP &#187; stored procedures</title>
	<atom:link href="http://php.linde002.nl/wordpress/tag/stored-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>http://php.linde002.nl/wordpress</link>
	<description>Just another PHP blog</description>
	<lastBuildDate>Wed, 04 Nov 2009 19:34:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP 5, MySQL, Windows &amp; Stored procedures</title>
		<link>http://php.linde002.nl/wordpress/2008/10/30/php-5-mysql-windows-stored-procedures/</link>
		<comments>http://php.linde002.nl/wordpress/2008/10/30/php-5-mysql-windows-stored-procedures/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:31:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[stored procedures]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=66</guid>
		<description><![CDATA[For people like me who develop on and for windows (at times) and who like to use MySQL&#8217;s stored procedures here&#8217;s a quick tip.
Some PHP versions give the following warning when you call stored procedures in PDO.

For example:

$statement = $pdo-&#62;prepare("CALL my_proc(?)");
$statement-&#62;execute(array($myVar));

Can result in the following error:

code: HY000, msg: Cannot execute queries while other unbuffered queries [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2008/10/30/php-5-mysql-windows-stored-procedures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
