<?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: Casting from MSSQL money to C# double</title>
	<atom:link href="http://www.roryhansen.ca/2005/06/21/casting-from-ms-sql-money-to-c-double/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roryhansen.ca/2005/06/21/casting-from-ms-sql-money-to-c-double/</link>
	<description>Affiliate marketing, Internet marketing, web development, and small business ideas.</description>
	<lastBuildDate>Tue, 24 Jan 2012 15:37:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Phiqfzqy</title>
		<link>http://www.roryhansen.ca/2005/06/21/casting-from-ms-sql-money-to-c-double/comment-page-1/#comment-141175</link>
		<dc:creator>Phiqfzqy</dc:creator>
		<pubDate>Sun, 11 Sep 2011 13:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=8#comment-141175</guid>
		<description>Who do you work for?</description>
		<content:encoded><![CDATA[<p>Who do you work for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Searock</title>
		<link>http://www.roryhansen.ca/2005/06/21/casting-from-ms-sql-money-to-c-double/comment-page-1/#comment-115730</link>
		<dc:creator>Searock</dc:creator>
		<pubDate>Thu, 26 May 2011 17:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=8#comment-115730</guid>
		<description>Thanks a lot, you saved me from a headache !</description>
		<content:encoded><![CDATA[<p>Thanks a lot, you saved me from a headache !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.roryhansen.ca/2005/06/21/casting-from-ms-sql-money-to-c-double/comment-page-1/#comment-93270</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Wed, 13 Oct 2010 20:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=8#comment-93270</guid>
		<description>erik... you&#039;re awesome.  That worked for me.  Not sure why money is 4 decimals long in SQL fields but thanks to you, I was able to convert my money field in SQL to a correctly US formated two decimal places. Thanks. Dale n Orlando, Florida</description>
		<content:encoded><![CDATA[<p>erik&#8230; you&#8217;re awesome.  That worked for me.  Not sure why money is 4 decimals long in SQL fields but thanks to you, I was able to convert my money field in SQL to a correctly US formated two decimal places. Thanks. Dale n Orlando, Florida</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://www.roryhansen.ca/2005/06/21/casting-from-ms-sql-money-to-c-double/comment-page-1/#comment-90189</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Tue, 04 May 2010 20:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=8#comment-90189</guid>
		<description>oops should be this Convert.ToDouble(dr[&quot;cost&quot;]);</description>
		<content:encoded><![CDATA[<p>oops should be this Convert.ToDouble(dr["cost"]);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://www.roryhansen.ca/2005/06/21/casting-from-ms-sql-money-to-c-double/comment-page-1/#comment-90188</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Tue, 04 May 2010 20:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=8#comment-90188</guid>
		<description>You need to change  (double) dr[&quot;cost&quot;]; to Convert.ToDouble(dr[&quot;cost&quot;];</description>
		<content:encoded><![CDATA[<p>You need to change  (double) dr["cost"]; to Convert.ToDouble(dr["cost"];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filip</title>
		<link>http://www.roryhansen.ca/2005/06/21/casting-from-ms-sql-money-to-c-double/comment-page-1/#comment-46371</link>
		<dc:creator>filip</dc:creator>
		<pubDate>Mon, 07 Apr 2008 10:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=8#comment-46371</guid>
		<description>Use double for value
for sqldbtype use float
in database
use money</description>
		<content:encoded><![CDATA[<p>Use double for value<br />
for sqldbtype use float<br />
in database<br />
use money</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya Kumar</title>
		<link>http://www.roryhansen.ca/2005/06/21/casting-from-ms-sql-money-to-c-double/comment-page-1/#comment-15655</link>
		<dc:creator>Aditya Kumar</dc:creator>
		<pubDate>Sat, 16 Jun 2007 11:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=8#comment-15655</guid>
		<description>I hv some problem in money data type of MSSQL i wt to when to use that data type and my problem is if i insert 12.58 then i wt when ever i retrive data i wt same figur not 12.5800 or something else</description>
		<content:encoded><![CDATA[<p>I hv some problem in money data type of MSSQL i wt to when to use that data type and my problem is if i insert 12.58 then i wt when ever i retrive data i wt same figur not 12.5800 or something else</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish</title>
		<link>http://www.roryhansen.ca/2005/06/21/casting-from-ms-sql-money-to-c-double/comment-page-1/#comment-517</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Fri, 14 Jul 2006 04:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.roryhansen.ca/?p=8#comment-517</guid>
		<description>I hv some problem in money data type of MSSQL i wt to when to use that data type and my problem is if i insert 12.58 then i wt when ever i retrive data i wt same figur not 12.5800 or something else

Replay Soon</description>
		<content:encoded><![CDATA[<p>I hv some problem in money data type of MSSQL i wt to when to use that data type and my problem is if i insert 12.58 then i wt when ever i retrive data i wt same figur not 12.5800 or something else</p>
<p>Replay Soon</p>
]]></content:encoded>
	</item>
</channel>
</rss>

