<?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>Winn.ws &#187; Database Class</title>
	<atom:link href="http://winn.ws/archives/tag/database-class/feed" rel="self" type="application/rss+xml" />
	<link>http://winn.ws</link>
	<description>Standards-based design &#38; development</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:05:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Database Class</title>
		<link>http://winn.ws/archives/172</link>
		<comments>http://winn.ws/archives/172#comments</comments>
		<pubDate>Sun, 19 Oct 2008 16:21:37 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Database Class]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=172</guid>
		<description><![CDATA[The latest version 1.1.2 of the database class is now available for download! Check out the project page for info on how to use and download this class.
]]></description>
			<content:encoded><![CDATA[<p>The latest version 1.1.2 of the database class is now available for download! <a href="http://code.google.com/p/winn-databaseclass/">Check out the project page for info on how to use and download this class</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/172/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP db class</title>
		<link>http://winn.ws/archives/85</link>
		<comments>http://winn.ws/archives/85#comments</comments>
		<pubDate>Wed, 28 Nov 2007 00:32:00 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Database Class]]></category>

		<guid isPermaLink="false">http://winn.ws/?p=85</guid>
		<description><![CDATA[In developing a new asp forum for The Frashness I have come up with a ASP class. Just like the db_class for PHP this can be used to connect to a MySQL database and you can call the following methods; Update, Insert, and Delete.
[asp]
Function insert_db(tableNa, theSQL)
Set add = Server.CreateObject(&#8220;ADODB.Recordset&#8221;)
SQLinsert = &#8220;INSERT INTO &#8221; &#038; tableNa [...]]]></description>
			<content:encoded><![CDATA[<p>In developing a new asp forum for The Frashness I have come up with a ASP class. Just like the db_class for PHP this can be used to connect to a MySQL database and you can call the following methods; Update, Insert, and Delete.<br />
[asp]<br />
Function insert_db(tableNa, theSQL)<br />
Set add = Server.CreateObject(&#8220;ADODB.Recordset&#8221;)<br />
SQLinsert = &#8220;INSERT INTO &#8221; &#038; tableNa &#038; &#8221; SET &#8221; &#038; theSQL &#038; &#8220;&#8221;<br />
add.Open SQLinsert, objCon<br />
End Function<br />
[/asp]<br />
<a href="/downloads/db_con_asp.zip">Download the ASP DB Class</a></p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/85/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 4/10 queries in 0.003 seconds using memcached
Content Delivery Network via Amazon Web Services: CloudFront: dhbbuddo7esu2.cloudfront.net

Served from: winn.ws @ 2010-09-09 21:40:49 -->