<?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: Value of prepared statements</title>
	<atom:link href="http://www.unemployeddeveloper.com/301_value-of-prepared-statements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unemployeddeveloper.com/301_value-of-prepared-statements/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 16:11:34 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://www.unemployeddeveloper.com/301_value-of-prepared-statements/comment-page-1/#comment-335</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.unemployeddeveloper.com/?p=301#comment-335</guid>
		<description>I know it is just a simple example (and a good one to show the benefits of prepared statements) but it is important to note that the process as described here should really be done with a single SQL query. 

No need to have the application code get back a bunch of results from the database only to turn around and do something in the database again.</description>
		<content:encoded><![CDATA[<p>I know it is just a simple example (and a good one to show the benefits of prepared statements) but it is important to note that the process as described here should really be done with a single SQL query. </p>
<p>No need to have the application code get back a bunch of results from the database only to turn around and do something in the database again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
