<?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>Robar&#039;s Pages &#187; asp</title>
	<atom:link href="http://www.robarspages.ca/tag/asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robarspages.ca</link>
	<description>A technology blog about classic ASP and vbScript from the east coast</description>
	<lastBuildDate>Sun, 25 Jul 2010 11:02:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Disconnected Recordset in Classic ASP VBScript</title>
		<link>http://www.robarspages.ca/programming/disconnected-recordset-in-classic-asp-vbscript/</link>
		<comments>http://www.robarspages.ca/programming/disconnected-recordset-in-classic-asp-vbscript/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 20:38:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[disconnected recordset]]></category>
		<category><![CDATA[parse xml]]></category>
		<category><![CDATA[recordset]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml to rs]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=227</guid>
		<description><![CDATA[What is a Disconnected Recordset? A Disconnected Recordset is A recordset object that exists in an application, but does not have an associated data connection associated with it. Why use a Disconnected Recordset? The ADO Recordset is considered an extremely &#8220;rich object model&#8221; which means it provides more functionality than say, an array. Also, you can load [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/programming/disconnected-recordset-in-classic-asp-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vbscript Select Case for Range of Values</title>
		<link>http://www.robarspages.ca/web-development/vbscript-select-case-for-range-of-values/</link>
		<comments>http://www.robarspages.ca/web-development/vbscript-select-case-for-range-of-values/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 14:18:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[classic asp]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=138</guid>
		<description><![CDATA[Here is a snippet of vbscript I use in ASP and/or VBS applications where I need a select case statement for a range of values for each case. There isn&#8217;t too much documentation online about this, and it&#8217;s a bit of a hack, but this will do the trick. 1 2 3 4 5 6 [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/vbscript-select-case-for-range-of-values/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
