<?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: Handling MySQL Errors Using The $wpdb Class</title>
	<atom:link href="http://www.saphod.net/2008/06/03/handling-mysql-errors-using-the-wpdb-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saphod.net/2008/06/03/handling-mysql-errors-using-the-wpdb-class/</link>
	<description>^http://(www\.)?(saphod&#124;marcoluthe)\.(net&#124;com&#124;de)/?$</description>
	<lastBuildDate>Mon, 16 May 2011 14:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Marco</title>
		<link>http://www.saphod.net/2008/06/03/handling-mysql-errors-using-the-wpdb-class/comment-page-1/#comment-8270</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 25 Jan 2011 03:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.saphod.net/2008/06/03/handling-mysql-errors-using-the-wpdb-class/#comment-8270</guid>
		<description>I did say so in the text. Your comment is rather unproductive, since you do not provide a better solution.</description>
		<content:encoded><![CDATA[<p>I did say so in the text. Your comment is rather unproductive, since you do not provide a better solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nb000</title>
		<link>http://www.saphod.net/2008/06/03/handling-mysql-errors-using-the-wpdb-class/comment-page-1/#comment-8269</link>
		<dc:creator>nb000</dc:creator>
		<pubDate>Mon, 24 Jan 2011 13:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.saphod.net/2008/06/03/handling-mysql-errors-using-the-wpdb-class/#comment-8269</guid>
		<description>You run the query twice, which is unnecessary and a waste of resources.</description>
		<content:encoded><![CDATA[<p>You run the query twice, which is unnecessary and a waste of resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.saphod.net/2008/06/03/handling-mysql-errors-using-the-wpdb-class/comment-page-1/#comment-8000</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.saphod.net/2008/06/03/handling-mysql-errors-using-the-wpdb-class/#comment-8000</guid>
		<description>If you need to troubleshoot a query, you can call

$wpdb-&gt;show_errors();

before your db queries, or

$wpdb-&gt;print_error();

immediately after.  I found these functions a few weeks ago, and now I dont know how I ever lived without them.</description>
		<content:encoded><![CDATA[<p>If you need to troubleshoot a query, you can call</p>
<p>$wpdb->show_errors();</p>
<p>before your db queries, or</p>
<p>$wpdb->print_error();</p>
<p>immediately after.  I found these functions a few weeks ago, and now I dont know how I ever lived without them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

