<?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: Database Simplicity With&#160;Class</title>
	<atom:link href="http://particletree.com/features/database-simplicity-with-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/features/database-simplicity-with-class/</link>
	<description>Everyone needs a hug.</description>
	<lastBuildDate>Mon, 16 Nov 2009 21:43:07 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Diarmaid</title>
		<link>http://particletree.com/features/database-simplicity-with-class/comment-page-1/#comment-21341</link>
		<dc:creator>Diarmaid</dc:creator>
		<pubDate>Tue, 12 Jun 2007 16:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/features/database-simplicity-with-class/#comment-21341</guid>
		<description>&lt;p&gt;DOwnload is working now, great, thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>DOwnload is working now, great, thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Diarmaid</title>
		<link>http://particletree.com/features/database-simplicity-with-class/comment-page-1/#comment-21306</link>
		<dc:creator>Diarmaid</dc:creator>
		<pubDate>Mon, 11 Jun 2007 18:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/features/database-simplicity-with-class/#comment-21306</guid>
		<description>&lt;p&gt;Hi guys, just trying to download the php class and it looks like the download is broken:
Made it in
Warning: Cannot modify header information - headers already sent by (output started at /home/2462/domains/particletree.com/html/mint/pepper/orderedlist/downloads/class.php:104) in /home/2462/domains/particletree.com/html/mint/pepper/orderedlist/downloads/download.php on line 32&lt;/p&gt;

&lt;p&gt;any way to get a hold of the code? 
Many thanks,
Diarmaid&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi guys, just trying to download the php class and it looks like the download is broken:
Made it in
Warning: Cannot modify header information - headers already sent by (output started at /home/2462/domains/particletree.com/html/mint/pepper/orderedlist/downloads/class.php:104) in /home/2462/domains/particletree.com/html/mint/pepper/orderedlist/downloads/download.php on line 32</p>

<p>any way to get a hold of the code? 
Many thanks,
Diarmaid</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Stormer</title>
		<link>http://particletree.com/features/database-simplicity-with-class/comment-page-1/#comment-20395</link>
		<dc:creator>Chris Stormer</dc:creator>
		<pubDate>Sat, 24 Mar 2007 02:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/features/database-simplicity-with-class/#comment-20395</guid>
		<description>&lt;p&gt;Was an update to this ever published?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Was an update to this ever published?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten Blokdijk</title>
		<link>http://particletree.com/features/database-simplicity-with-class/comment-page-1/#comment-20175</link>
		<dc:creator>Maarten Blokdijk</dc:creator>
		<pubDate>Mon, 26 Feb 2007 18:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/features/database-simplicity-with-class/#comment-20175</guid>
		<description>&lt;p&gt;Microsoft VBScript runtime error &#039;800a01b6&#039;&lt;/p&gt;

&lt;p&gt;Object doesn&#039;t support this property or method: &#039;EOF&#039;&lt;/p&gt;

&lt;p&gt;i am using the asp version.... but i cannot get it to work.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Microsoft VBScript runtime error &#8216;800a01b6&#8217;</p>

<p>Object doesn&#8217;t support this property or method: &#8216;EOF&#8217;</p>

<p>i am using the asp version&#8230;. but i cannot get it to work.</p>

<p></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Palin</title>
		<link>http://particletree.com/features/database-simplicity-with-class/comment-page-1/#comment-123</link>
		<dc:creator>Grant Palin</dc:creator>
		<pubDate>Wed, 05 Oct 2005 00:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/features/database-simplicity-with-class/#comment-123</guid>
		<description>&lt;p&gt;Regarding the issue of connections being resource-heavy in Classic ASP, it is good practice to open a connection only when you&#039;re about to use it, and close it as soon as you can.  But opening and closing multiple connections (say, across a whole site) is OK, since ASP does some sort of connection pooling.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Regarding the issue of connections being resource-heavy in Classic ASP, it is good practice to open a connection only when you&#8217;re about to use it, and close it as soon as you can.  But opening and closing multiple connections (say, across a whole site) is OK, since ASP does some sort of connection pooling.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Snook</title>
		<link>http://particletree.com/features/database-simplicity-with-class/comment-page-1/#comment-122</link>
		<dc:creator>Jonathan Snook</dc:creator>
		<pubDate>Thu, 29 Sep 2005 20:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/features/database-simplicity-with-class/#comment-122</guid>
		<description>&lt;p&gt;True, having to loop through all rows with the connection open in PHP has always been a peeve of mine. To be honest, I&#039;ve never had any poor experiences with leaving the connection open that had me resorting to using getRows. It was simply a technique that I learned early on and that made sense to me so I kept doing it. It&#039;d be interesting to do some stress tests that could confirm that theory either way.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>True, having to loop through all rows with the connection open in PHP has always been a peeve of mine. To be honest, I&#8217;ve never had any poor experiences with leaving the connection open that had me resorting to using getRows. It was simply a technique that I learned early on and that made sense to me so I kept doing it. It&#8217;d be interesting to do some stress tests that could confirm that theory either way.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://particletree.com/features/database-simplicity-with-class/comment-page-1/#comment-121</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Thu, 29 Sep 2005 16:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/features/database-simplicity-with-class/#comment-121</guid>
		<description>&lt;p&gt;Jonathan - I have always wondered about the performance benefits of that. I have never been in a situation where briefly holding on to a recordset has caused any problems. I can see the necessity for extremely large scale sites that are being bottlenecked at the database. At the same time, looping to create an array, and then looping through the array to get your data can easily slow down your page if the result set is large enough. But I am curious to know about what experience you have with both that it has become habit for your to drop the recordset.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jonathan - I have always wondered about the performance benefits of that. I have never been in a situation where briefly holding on to a recordset has caused any problems. I can see the necessity for extremely large scale sites that are being bottlenecked at the database. At the same time, looping to create an array, and then looping through the array to get your data can easily slow down your page if the result set is large enough. But I am curious to know about what experience you have with both that it has become habit for your to drop the recordset.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Snook</title>
		<link>http://particletree.com/features/database-simplicity-with-class/comment-page-1/#comment-120</link>
		<dc:creator>Jonathan Snook</dc:creator>
		<pubDate>Thu, 29 Sep 2005 05:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/features/database-simplicity-with-class/#comment-120</guid>
		<description>&lt;p&gt;One of the things I have always tried to do with any SQL calls is to release the connection as quickly as possible. In this case, have ExecuteReader (oh, someone has been using .Net) return a multidimensional array. In ASP, I usually use rs.getRows() to do this. In PHP, I think you&#039;d have to drop that while loop into the function to build the array to return. And I can&#039;t remember what it is in .Net but likely the getRows method still exists as I think it&#039;s a part of ADO.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One of the things I have always tried to do with any SQL calls is to release the connection as quickly as possible. In this case, have ExecuteReader (oh, someone has been using .Net) return a multidimensional array. In ASP, I usually use rs.getRows() to do this. In PHP, I think you&#8217;d have to drop that while loop into the function to build the array to return. And I can&#8217;t remember what it is in .Net but likely the getRows method still exists as I think it&#8217;s a part of ADO.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://particletree.com/features/database-simplicity-with-class/comment-page-1/#comment-119</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Thu, 29 Sep 2005 03:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/features/database-simplicity-with-class/#comment-119</guid>
		<description>&lt;p&gt;So far I have had no problems with auto increment. I haven&#039;t tried it with a trigger yet, but I can&#039;t imagine there being any problems.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So far I have had no problems with auto increment. I haven&#8217;t tried it with a trigger yet, but I can&#8217;t imagine there being any problems.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Relapse</title>
		<link>http://particletree.com/features/database-simplicity-with-class/comment-page-1/#comment-118</link>
		<dc:creator>Relapse</dc:creator>
		<pubDate>Thu, 29 Sep 2005 00:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/features/database-simplicity-with-class/#comment-118</guid>
		<description>&lt;p&gt;How does your sqlInsert statement handle rows with &#039;autoincrement&#039; or trigger+sequences?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How does your sqlInsert statement handle rows with &#8216;autoincrement&#8217; or trigger+sequences?</p>]]></content:encoded>
	</item>
</channel>
</rss>
