G
Guest
Hi;
I store decimal values in ms sql server 2005 of type decimal (28,14). When I
try to get values from that field, for example "566.68015492220000000" with
the code
string temp=myReader["total"].ToString();
I get the value "566.68010000000000000", I mean I get the value with only
few digits of precision.
What should I do to get the exact value from db?
Thanks a lot...
I store decimal values in ms sql server 2005 of type decimal (28,14). When I
try to get values from that field, for example "566.68015492220000000" with
the code
string temp=myReader["total"].ToString();
I get the value "566.68010000000000000", I mean I get the value with only
few digits of precision.
What should I do to get the exact value from db?
Thanks a lot...