<?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>jw0rd.net &#187; Classic ASP</title>
	<atom:link href="http://jw0rd.net/category/asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://jw0rd.net</link>
	<description>Archived Tech Knowledge</description>
	<lastBuildDate>Mon, 18 May 2009 00:09:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ADODB.Field error &#8216;800a0bcd&#8217;</title>
		<link>http://jw0rd.net/2008/12/24/adodbfield-error-800a0bcd/</link>
		<comments>http://jw0rd.net/2008/12/24/adodbfield-error-800a0bcd/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 17:22:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Server 2003]]></category>

		<guid isPermaLink="false">http://www.jw0rd.net/?p=26</guid>
		<description><![CDATA[ASP connecting with MySQL throws the following error:
ADODB.Field error &#8216;800a0bcd&#8217;
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
Based on the error returned it sounds like an empty recordset however it wasn&#8217;t. I wasted a lot of time debugging when in fact the problem was the [...]]]></description>
			<content:encoded><![CDATA[<p>ASP connecting with MySQL throws the following error:<br />
ADODB.Field error &#8216;800a0bcd&#8217;</p>
<p>Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.</p>
<p>Based on the error returned it sounds like an empty recordset however it wasn&#8217;t. I wasted a lot of time debugging when in fact the problem was the MySQL ODBC driver. If you see a similar error be sure to update the driver to the latest version (3.51.27.00)</p>
<p><a href="http://www.mysql.com/products/connector/odbc/" target="_blank">http://www.mysql.com/products/connector/odbc/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jw0rd.net/2008/12/24/adodbfield-error-800a0bcd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
