I'm reading a recordset from a SQL Server procedure. One of the columns is type float but when I get it back into my ASP code I'm losing precision of the last few digits.
An example is 1125899906863598.0 which becomes
1.1258999068636E+15
Using FormatNumber doesn't help - the last few digits have somehow been lost.
Any ideas?
An example is 1125899906863598.0 which becomes
1.1258999068636E+15
Using FormatNumber doesn't help - the last few digits have somehow been lost.
Any ideas?