<?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: Classic ASP: More Efficient Database Recordset, GetRows() XoiseRecordset</title>
	<atom:link href="http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html</link>
	<description>Advice and tools from a young web developer</description>
	<lastBuildDate>Sat, 04 Sep 2010 04:59:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jack Carter</title>
		<link>http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html/comment-page-1#comment-337</link>
		<dc:creator>Jack Carter</dc:creator>
		<pubDate>Tue, 27 Jul 2010 05:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html#comment-337</guid>
		<description>portable mp3 players are really great specially if you are always on the go.&quot;*.</description>
		<content:encoded><![CDATA[<p>portable mp3 players are really great specially if you are always on the go.&#8221;*.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html/comment-page-1#comment-331</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sun, 27 Jun 2010 15:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html#comment-331</guid>
		<description>Solved it! Ofc it should be fwDb.Conn = objConn :-)</description>
		<content:encoded><![CDATA[<p>Solved it! Ofc it should be fwDb.Conn = objConn <img src='http://www.randomtools.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html/comment-page-1#comment-330</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sat, 26 Jun 2010 14:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html#comment-330</guid>
		<description>Hello!
Having trouble understanding how to get this to work. I&#039;ve tried to called Conn() and SQL() but I get an error telling me that &quot;Object doesn&#039;t support this property or method: &#039;Conn&#039;&quot;. I guess I&#039;m doing it wrong somehow and was wondering if you could help me figure it out :-)

Set fwDb = New XoiseRecordset
fwDb.Conn(objConn)
fwDb.SQL(&quot;SELECT userName FROM users WHERE ID = 1&quot;)

is the code I&#039;m trying to execute. Don&#039;t know if this is something thats active, but i thought it could not hurt to ask :-)

/Johan from Sweden</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Having trouble understanding how to get this to work. I&#8217;ve tried to called Conn() and SQL() but I get an error telling me that &#8220;Object doesn&#8217;t support this property or method: &#8216;Conn&#8217;&#8221;. I guess I&#8217;m doing it wrong somehow and was wondering if you could help me figure it out <img src='http://www.randomtools.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Set fwDb = New XoiseRecordset<br />
fwDb.Conn(objConn)<br />
fwDb.SQL(&#8220;SELECT userName FROM users WHERE ID = 1&#8243;)</p>
<p>is the code I&#8217;m trying to execute. Don&#8217;t know if this is something thats active, but i thought it could not hurt to ask <img src='http://www.randomtools.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>/Johan from Sweden</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html/comment-page-1#comment-38</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 31 Mar 2009 09:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html#comment-38</guid>
		<description>Yeah, I don&#039;t see any reason you couldn&#039;t.</description>
		<content:encoded><![CDATA[<p>Yeah, I don&#8217;t see any reason you couldn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Harrison</title>
		<link>http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html/comment-page-1#comment-37</link>
		<dc:creator>Pete Harrison</dc:creator>
		<pubDate>Tue, 31 Mar 2009 09:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html#comment-37</guid>
		<description>Dan,

Have I got this right, you are caching a recordset first, then allowing a query against that cached recordset? Does this mean I can run sub queries against the original recordset?

Regards
Pete</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>Have I got this right, you are caching a recordset first, then allowing a query against that cached recordset? Does this mean I can run sub queries against the original recordset?</p>
<p>Regards<br />
Pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html/comment-page-1#comment-33</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 03 Oct 2008 15:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html#comment-33</guid>
		<description>Yeah, I&#039;m aware of some of the things the class is lacking.  As an alternative fix for the &quot;SELECT * FROM tblname&quot;, you can use the column indexes with the .Row() method.  However, I didn&#039;t test anything with the SQLOLEDB.

Thanks for your comments.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;m aware of some of the things the class is lacking.  As an alternative fix for the &#8220;SELECT * FROM tblname&#8221;, you can use the column indexes with the .Row() method.  However, I didn&#8217;t test anything with the SQLOLEDB.</p>
<p>Thanks for your comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Falk</title>
		<link>http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html/comment-page-1#comment-32</link>
		<dc:creator>Falk</dc:creator>
		<pubDate>Fri, 03 Oct 2008 08:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html#comment-32</guid>
		<description>Hi there,

after some minutes of reading an testing: This class don&#039;t support statements like &quot;Select * FROM tblname&quot; instead of &quot;Select col1, col2 FROM tblname&quot;. I know, the second way is more efficent, but sometime...for a lazy developer;) 

This class dosen&#039;t support sqloledb as dataprovider? I&#039;ll get an error at XoiseRecordset.inc, line 176 &quot;not allowed, wenn object is closed...&quot; but it works with dsn-connectionstring. Maybe i have to deal with the cursolocation or so...

I wrote a class like this a few months ago, but diden&#039;t implement all the methods and properties like you. Thanks, that was a good idea.

greetings,
Falk</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>after some minutes of reading an testing: This class don&#8217;t support statements like &#8220;Select * FROM tblname&#8221; instead of &#8220;Select col1, col2 FROM tblname&#8221;. I know, the second way is more efficent, but sometime&#8230;for a lazy developer;) </p>
<p>This class dosen&#8217;t support sqloledb as dataprovider? I&#8217;ll get an error at XoiseRecordset.inc, line 176 &#8220;not allowed, wenn object is closed&#8230;&#8221; but it works with dsn-connectionstring. Maybe i have to deal with the cursolocation or so&#8230;</p>
<p>I wrote a class like this a few months ago, but diden&#8217;t implement all the methods and properties like you. Thanks, that was a good idea.</p>
<p>greetings,<br />
Falk</p>
]]></content:encoded>
	</item>
</channel>
</rss>
