<?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: MySQL Query Browser and MySQL Error Nr. 1064</title>
	<atom:link href="http://www.mormanski.net/2006/08/05/mysql-query-browser-and-mysql-error-nr-1064/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mormanski.net/2006/08/05/mysql-query-browser-and-mysql-error-nr-1064</link>
	<description>Notes about stuff</description>
	<lastBuildDate>Wed, 06 Apr 2011 20:37:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Gabe</title>
		<link>http://www.mormanski.net/2006/08/05/mysql-query-browser-and-mysql-error-nr-1064/comment-page-1#comment-8203</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Thu, 03 Sep 2009 12:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mormanski.net/?p=19#comment-8203</guid>
		<description>I am getting the error nr. 1064 when trying to create a procedure and declare a cursor.  I have tried including the VARCHAR(32) statement in different places in my MySQL, but I still cannot successfully run my code.  Here it is:
CREATE PROCEDURE processoders()
BEGIN
  DECLARE ordernumbers CURSOR FOR SELECT dn FROM idsUsers;
END

Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I am getting the error nr. 1064 when trying to create a procedure and declare a cursor.  I have tried including the VARCHAR(32) statement in different places in my MySQL, but I still cannot successfully run my code.  Here it is:<br />
CREATE PROCEDURE processoders()<br />
BEGIN<br />
  DECLARE ordernumbers CURSOR FOR SELECT dn FROM idsUsers;<br />
END</p>
<p>Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baranidharan</title>
		<link>http://www.mormanski.net/2006/08/05/mysql-query-browser-and-mysql-error-nr-1064/comment-page-1#comment-6772</link>
		<dc:creator>Baranidharan</dc:creator>
		<pubDate>Wed, 07 Jan 2009 04:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mormanski.net/?p=19#comment-6772</guid>
		<description>Thanks a lot for your help.  The solution you provided had helped me a lot.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your help.  The solution you provided had helped me a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

