<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 64bit Windows 2003 + MySQL = Pain</title>
	<atom:link href="http://www.shellbryson.com/index.php/2009/10/07/64bit-windows-2003-mysql-pain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shellbryson.com/index.php/2009/10/07/64bit-windows-2003-mysql-pain/</link>
	<description>Musings of a frustrated designer</description>
	<lastBuildDate>Thu, 26 Nov 2009 14:25:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Shell</title>
		<link>http://www.shellbryson.com/index.php/2009/10/07/64bit-windows-2003-mysql-pain/comment-page-1/#comment-1</link>
		<dc:creator>Shell</dc:creator>
		<pubDate>Wed, 07 Oct 2009 23:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.shellbryson.com/?p=15#comment-1</guid>
		<description>Example code:

&lt;%
sql = &quot;SELECT * FROM mytable&quot;

set conn = server.createobject(&quot;adodb.connection&quot;)
set data = server.createobject(&quot;adodb.recordset&quot;)

conn.open &quot;PROVIDER=MSDASQL; DRIVER={MySQL ODBC 5.1 Driver}; SERVER=myserver; DATABASE=mydatabase; USER=mydbuser; PASSWORD=mydbpass; OPTION=3;&quot;
data.open sql, conn

do while not data.eof
&#039;do stuff
loop
%&gt;</description>
		<content:encoded><![CDATA[<p>Example code:</p>
<p>< %<br />
sql = "SELECT * FROM mytable"</p>
<p>set conn = server.createobject("adodb.connection")<br />
set data = server.createobject("adodb.recordset")</p>
<p>conn.open "PROVIDER=MSDASQL; DRIVER={MySQL ODBC 5.1 Driver}; SERVER=myserver; DATABASE=mydatabase; USER=mydbuser; PASSWORD=mydbpass; OPTION=3;"<br />
data.open sql, conn</p>
<p>do while not data.eof<br />
'do stuff<br />
loop<br />
%></p>
]]></content:encoded>
	</item>
</channel>
</rss>
