<?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"
	>
<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>
	<pubDate>Tue, 06 Jan 2009 01:50:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Dan</title>
		<link>http://www.randomtools.net/classic-asp-more-efficient-database-recordset-xoiserecordset-15.html#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'm aware of some of the things the class is lacking.  As an alternative fix for the "SELECT * FROM tblname", you can use the column indexes with the .Row() method.  However, I didn'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-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't support statements like "Select * FROM tblname" instead of "Select col1, col2 FROM tblname". I know, the second way is more efficent, but sometime...for a lazy developer;) 

This class dosen't support sqloledb as dataprovider? I'll get an error at XoiseRecordset.inc, line 176 "not allowed, wenn object is closed..." 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'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>
