<?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: Sample PL/SQL Cursor Loops</title>
	<atom:link href="http://blog.mclaughlinsoftware.com/2010/01/21/sample-plsql-cursor-loops/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mclaughlinsoftware.com/2010/01/21/sample-plsql-cursor-loops/</link>
	<description>Michael McLaughlin's Technical Blog</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:12:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/2010/01/21/sample-plsql-cursor-loops/comment-page-1/#comment-23202</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Sun, 06 Jun 2010 16:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=3406#comment-23202</guid>
		<description>Yes, that&#039;s true. It&#039;s fixed now. Thanks!</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s true. It&#8217;s fixed now. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael stokes</title>
		<link>http://blog.mclaughlinsoftware.com/2010/01/21/sample-plsql-cursor-loops/comment-page-1/#comment-23158</link>
		<dc:creator>michael stokes</dc:creator>
		<pubDate>Sat, 05 Jun 2010 19:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=3406#comment-23158</guid>
		<description>There is a mistake on this page for Sample PL/SQL Cursor Loops.
In the code a comment says:

&lt;pre lang=&quot;SQL&quot;&gt;
    -- Exit when there aren&#039;t any more records in the cursor, with this you loop infinitely.
    EXIT WHEN c%NOTFOUND;
&lt;/pre&gt;

Shouldn&#039;t the comment say [without] not [with]?</description>
		<content:encoded><![CDATA[<p>There is a mistake on this page for Sample PL/SQL Cursor Loops.<br />
In the code a comment says:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">    <span style="color: #808080; font-style: italic;">-- Exit when there aren't any more records in the cursor, with this you loop infinitely.</span>
    EXIT WHEN c%NOTFOUND;</pre></div></div>

<p>Shouldn&#8217;t the comment say [without] not [with]?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
