leeshadmi
May 24th, 2009, 06:13 AM
Hi
I using SQL server 2005 express edition with VB.net 2008 express edition to create my application.
I have a table that contain few column and few of them are defined as money type.
I have a problem that if i save a value like 23.12 it will besaved as 23.1200 or if i save 0 it will be saved as 0.00.
Any idea how i can set it to the right number with no trailing zeros?
Thanks
Lee
:wave:
I using SQL server 2005 express edition with VB.net 2008 express edition to create my application.
I have a table that contain few column and few of them are defined as money type.
I have a problem that if i save a value like 23.12 it will besaved as 23.1200 or if i save 0 it will be saved as 0.00.
Any idea how i can set it to the right number with no trailing zeros?
Thanks
Lee
:wave: