<?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: Read a CLOB through JDBC</title>
	<atom:link href="http://blog.mclaughlinsoftware.com/java-programming/how-to-read-a-clob-through-jdbc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mclaughlinsoftware.com</link>
	<description>Michael McLaughlin's Technical Blog</description>
	<lastBuildDate>Fri, 12 Mar 2010 07:01:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/java-programming/how-to-read-a-clob-through-jdbc/comment-page-1/#comment-1562</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Sat, 21 Mar 2009 04:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=348#comment-1562</guid>
		<description>Thanks for reminding me. The stream is now explicitly closed in the code example.</description>
		<content:encoded><![CDATA[<p>Thanks for reminding me. The stream is now explicitly closed in the code example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AK</title>
		<link>http://blog.mclaughlinsoftware.com/java-programming/how-to-read-a-clob-through-jdbc/comment-page-1/#comment-1549</link>
		<dc:creator>AK</dc:creator>
		<pubDate>Fri, 20 Mar 2009 15:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=348#comment-1549</guid>
		<description>Useful information, but it would be more useful if you cover closing the clob objects that you opened in your java code. Otherwise, they may hit the issue for Memory leak by holding up the Temp space used by these CLOB objects.</description>
		<content:encoded><![CDATA[<p>Useful information, but it would be more useful if you cover closing the clob objects that you opened in your java code. Otherwise, they may hit the issue for Memory leak by holding up the Temp space used by these CLOB objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Li</title>
		<link>http://blog.mclaughlinsoftware.com/java-programming/how-to-read-a-clob-through-jdbc/comment-page-1/#comment-1096</link>
		<dc:creator>Li</dc:creator>
		<pubDate>Fri, 27 Feb 2009 16:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=348#comment-1096</guid>
		<description>May I ask why you do not close Reader is once reading from CLOB is finished?
Do you expect it to be closed when rs.close is called?

Thanks!</description>
		<content:encoded><![CDATA[<p>May I ask why you do not close Reader is once reading from CLOB is finished?<br />
Do you expect it to be closed when rs.close is called?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
