<?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; parameterized queries</title>
	<atom:link href="http://blog.o7th.com/index.php/tag/parameterized-queries/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 in VB.Net</title>
		<link>http://blog.o7th.com/index.php/dynamic-parameterized-queries-vb-net/</link>
		<comments>http://blog.o7th.com/index.php/dynamic-parameterized-queries-vb-net/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 19:29:49 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[parameterized queries]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=54</guid>
		<description><![CDATA[I have a bit of code which can be found here. I use this all the time when I am developing classic ASP web application. I recently found that I have a need for the same methodolgy was needed in a .Net application I recently started developing, so I came up with the following: Code: [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/dynamic-parameterized-queries-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>
