<?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 &#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>Wed, 01 Feb 2012 05:30:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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[1]]></category>
		<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 [...]]]></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="http://d45jz936mo8n8.cloudfront.net/wp-content/uploads/2007/11/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: basic
Database Caching 1/16 queries in 0.004 seconds using disk: basic
Object Caching 293/322 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d45jz936mo8n8.cloudfront.net

Served from: winn.ws @ 2012-02-05 06:04:02 -->
