<?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 MS SQL 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>Fri, 28 May 2010 16:40:30 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
