i have a field that is a 'float' datatype. the values in the field do no have more than 2 digits to the right of the decimal. eg. 145.23.
the strange thing is, is when i query and output the values, all of a sudden i get crazy lengths to the right of the decimal. eg. 145.23000000000000001.
how to i stop this from happening?
i'm running sql server 2k on win2k sp2.
the data type is 'float' - length is 8 and i do not have a default value defined
the strange thing is, is when i query and output the values, all of a sudden i get crazy lengths to the right of the decimal. eg. 145.23000000000000001.
how to i stop this from happening?
i'm running sql server 2k on win2k sp2.
the data type is 'float' - length is 8 and i do not have a default value defined