I am trying to covert float data to a varchar without having numbers over 6 digits end up in scientific notation. Any ideas?
FLOAT = 1,382,903 (commas added for clarity)
VARCHAR = 1.3829030e+006
Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)
FLOAT = 1,382,903 (commas added for clarity)
VARCHAR = 1.3829030e+006
Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)
