<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>o7th Web Design &#187; ado recordset</title>
	<atom:link href="http://blog.o7th.com/index.php/tag/ado-recordset/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.o7th.com</link>
	<description>our design and development articles</description>
	<lastBuildDate>Wed, 09 Jun 2010 17:18:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dynamic Parameterized Queries w/ Paging</title>
		<link>http://blog.o7th.com/index.php/dynamic-parameterized-queries/</link>
		<comments>http://blog.o7th.com/index.php/dynamic-parameterized-queries/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:31:33 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ado .getrows]]></category>
		<category><![CDATA[ado recordset]]></category>
		<category><![CDATA[parameterized queries]]></category>
		<category><![CDATA[recordset paging]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=24</guid>
		<description><![CDATA[I did this because it was said that it could not be done. Here we have a method to utilize the ADO.Command object, ADO.GetRows(), and true recordset paging, all wrapped in one neat little class. Usage.asp &#60;!&#8211;#include virtual=&#34;/cls_db.asp&#34;&#8211;&#62; &#60;% &#8216;***************************************************************************** &#160; &#8216;***************************************************************************** &#160; &#8216; &#160; &#8216; This code can be used anywhere you like, all [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/dynamic-parameterized-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recordset Paging With .GetRows()</title>
		<link>http://blog.o7th.com/index.php/recordset-paging-with-getrows/</link>
		<comments>http://blog.o7th.com/index.php/recordset-paging-with-getrows/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:43:45 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ado .getrows]]></category>
		<category><![CDATA[ado recordset]]></category>
		<category><![CDATA[recordset paging]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=17</guid>
		<description><![CDATA[I constantly use a .GetRows() array when displaying a recordset from a database.  However, I found that I needed to be able to page the records ont he page, so that so many records won&#8217;t display all at once potentially crashing the page. Here is a function that I use to display a Google like recordset paging [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/recordset-paging-with-getrows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
