<?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: Creating SqlParameters Best Practices</title>
	<atom:link href="http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx</link>
	<description>C# articles and tutorials on SharpDeveloper.NET</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:21:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx/comment-page-1#comment-7583</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 24 Dec 2009 15:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=9#comment-7583</guid>
		<description>Nice, this looks way better, Sameer. Thanks for fixing it.</description>
		<content:encoded><![CDATA[<p>Nice, this looks way better, Sameer. Thanks for fixing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx/comment-page-1#comment-7574</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Wed, 23 Dec 2009 19:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=9#comment-7574</guid>
		<description>I fixed it.. sorry bout that.</description>
		<content:encoded><![CDATA[<p>I fixed it.. sorry bout that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx/comment-page-1#comment-7571</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 23 Dec 2009 17:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=9#comment-7571</guid>
		<description>The formatting is totally off on Internet Explorer 8... :(</description>
		<content:encoded><![CDATA[<p>The formatting is totally off on Internet Explorer 8&#8230; <img src='http://www.sharpdeveloper.net/content/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer Alibhai</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx/comment-page-1#comment-7295</link>
		<dc:creator>Sameer Alibhai</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=9#comment-7295</guid>
		<description>Its also slightly slower, however the time savings for me is worth not specifying the type. Plus I hate changing the code everytime the stored proc changes parameter types.</description>
		<content:encoded><![CDATA[<p>Its also slightly slower, however the time savings for me is worth not specifying the type. Plus I hate changing the code everytime the stored proc changes parameter types.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Element</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx/comment-page-1#comment-7294</link>
		<dc:creator>Element</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=9#comment-7294</guid>
		<description>Settings DBNull.Value to parameter without specifying DbType leads to conversion errors in some cases, e.g. VarBinary.</description>
		<content:encoded><![CDATA[<p>Settings DBNull.Value to parameter without specifying DbType leads to conversion errors in some cases, e.g. VarBinary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annoying Nulls in SQLParameters</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx/comment-page-1#comment-6036</link>
		<dc:creator>Annoying Nulls in SQLParameters</dc:creator>
		<pubDate>Fri, 07 Aug 2009 14:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=9#comment-6036</guid>
		<description>[...] you read Creating SqlParameters Best Practices you will find the fun you have if you have null [...]</description>
		<content:encoded><![CDATA[<p>[...] you read Creating SqlParameters Best Practices you will find the fun you have if you have null [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biswo</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx/comment-page-1#comment-4420</link>
		<dc:creator>Biswo</dc:creator>
		<pubDate>Thu, 11 Jun 2009 14:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=9#comment-4420</guid>
		<description>i hav no comment but i need ur help ie. i want to insert data to sql database using Array using sqlparameter so can u help..syntx is like

Dim SqlParameter[] P= New SqlParameter[5]
        P[0]=New SqlParameter[&quot;@Id&quot;,Id]
 this is error so hu can u help me..please help me</description>
		<content:encoded><![CDATA[<p>i hav no comment but i need ur help ie. i want to insert data to sql database using Array using sqlparameter so can u help..syntx is like</p>
<p>Dim SqlParameter[] P= New SqlParameter[5]<br />
        P[0]=New SqlParameter["@Id",Id]<br />
 this is error so hu can u help me..please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jd</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx/comment-page-1#comment-3833</link>
		<dc:creator>Jd</dc:creator>
		<pubDate>Sun, 17 May 2009 22:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=9#comment-3833</guid>
		<description>What a frick&#039;n joke - if you&#039;re passing null, why the hell doesn&#039;t the underlying code just put DBNull.value for you instead of making every single developer have to do this. Madness.</description>
		<content:encoded><![CDATA[<p>What a frick&#8217;n joke &#8211; if you&#8217;re passing null, why the hell doesn&#8217;t the underlying code just put DBNull.value for you instead of making every single developer have to do this. Madness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valamas</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/05/25/creating-sqlparameters-best-practices.aspx/comment-page-1#comment-54</link>
		<dc:creator>Valamas</dc:creator>
		<pubDate>Tue, 12 Aug 2008 06:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=9#comment-54</guid>
		<description>Sameer, thank you for the tip of using a List&lt;SqlParameter&gt; and then using the ToArray() method. Have a nice day. </description>
		<content:encoded><![CDATA[<p>Sameer, thank you for the tip of using a List<sqlparameter> and then using the ToArray() method. Have a nice day.</sqlparameter></p>
]]></content:encoded>
	</item>
</channel>
</rss>
