G Guest Apr 28, 2006 #2 There is no currency data type in .net but you can put a double into a cuirrency field in SQL. Use the Convert class as below: Convert.ToDouble("123.54"); Just make sure you remove any currency symbols like $ or £
There is no currency data type in .net but you can put a double into a cuirrency field in SQL. Use the Convert class as below: Convert.ToDouble("123.54"); Just make sure you remove any currency symbols like $ or £