<?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: SQLSTATE[42000]: Syntax error or access violation: 1064</title>
	<atom:link href="http://blog.richardknop.com/2009/10/sqlstate42000-syntax-error-or-access-violation-1064/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.richardknop.com/2009/10/sqlstate42000-syntax-error-or-access-violation-1064/</link>
	<description>Zend Framework, PHP, Django, Python, SQL, MySQL, PostgreSQL, Oracle, PL/SQL, data model patterns, OOP, design patterns, JavaScript, jQuery, HTML, XHTML, CSS, XML, web services &#38; APIs, Security, E-commerce and much more</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:50:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jason</title>
		<link>http://blog.richardknop.com/2009/10/sqlstate42000-syntax-error-or-access-violation-1064/comment-page-1/#comment-803</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 08 Sep 2011 17:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.richardknop.com/?p=465#comment-803</guid>
		<description>This can also happen when you used a reserved word in your SQL statement...   (It happened to me earlier with &quot;read&quot;

http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html</description>
		<content:encoded><![CDATA[<p>This can also happen when you used a reserved word in your SQL statement&#8230;   (It happened to me earlier with &#8220;read&#8221;</p>
<p><a href="http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiago</title>
		<link>http://blog.richardknop.com/2009/10/sqlstate42000-syntax-error-or-access-violation-1064/comment-page-1/#comment-487</link>
		<dc:creator>Thiago</dc:creator>
		<pubDate>Sun, 11 Jul 2010 03:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.richardknop.com/?p=465#comment-487</guid>
		<description>Thanks man, this was very helpful!!!</description>
		<content:encoded><![CDATA[<p>Thanks man, this was very helpful!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Knop</title>
		<link>http://blog.richardknop.com/2009/10/sqlstate42000-syntax-error-or-access-violation-1064/comment-page-1/#comment-180</link>
		<dc:creator>Richard Knop</dc:creator>
		<pubDate>Tue, 13 Oct 2009 18:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.richardknop.com/?p=465#comment-180</guid>
		<description>id =&gt; ?

should be

id = ?</description>
		<content:encoded><![CDATA[<p>id => ?</p>
<p>should be</p>
<p>id = ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerard</title>
		<link>http://blog.richardknop.com/2009/10/sqlstate42000-syntax-error-or-access-violation-1064/comment-page-1/#comment-179</link>
		<dc:creator>Gerard</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.richardknop.com/?p=465#comment-179</guid>
		<description>Thanks, it did help a bit. My error was very very annoying, see if you can&#039;t spot it:

-&gt;getAdapter()-&gt;quoteInto(&#039; id =&gt; ?&#039;, 123)</description>
		<content:encoded><![CDATA[<p>Thanks, it did help a bit. My error was very very annoying, see if you can&#8217;t spot it:</p>
<p>-&gt;getAdapter()-&gt;quoteInto(&#8216; id =&gt; ?&#8217;, 123)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

