<?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: On ADO.NET Connection Pooling and SQL Server Error 10054</title>
	<atom:link href="http://nicholas.piasecki.name/blog/2009/05/on-ado-net-connection-pooling-error-1005/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicholas.piasecki.name/blog/2009/05/on-ado-net-connection-pooling-error-1005/</link>
	<description>Confessions of a small business software developer</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:02:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: lior</title>
		<link>http://nicholas.piasecki.name/blog/2009/05/on-ado-net-connection-pooling-error-1005/comment-page-1/#comment-1874</link>
		<dc:creator>lior</dc:creator>
		<pubDate>Wed, 06 Apr 2011 19:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=240#comment-1874</guid>
		<description>need to be sqlException.Number and not ErrorCode</description>
		<content:encoded><![CDATA[<p>need to be sqlException.Number and not ErrorCode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dannygibor</title>
		<link>http://nicholas.piasecki.name/blog/2009/05/on-ado-net-connection-pooling-error-1005/comment-page-1/#comment-1344</link>
		<dc:creator>dannygibor</dc:creator>
		<pubDate>Tue, 18 Aug 2009 12:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=240#comment-1344</guid>
		<description>Thanks for the code.
I suggest to move the retry = false into the try{} block.

                try
                {
                    retry = false;
                    reader = command.ExecuteReader(commandBehavior);
                }

Otherwise you might call the ExecuteReader more than once</description>
		<content:encoded><![CDATA[<p>Thanks for the code.<br />
I suggest to move the retry = false into the try{} block.</p>
<p>                try<br />
                {<br />
                    retry = false;<br />
                    reader = command.ExecuteReader(commandBehavior);<br />
                }</p>
<p>Otherwise you might call the ExecuteReader more than once</p>
]]></content:encoded>
	</item>
</channel>
</rss>

