Posted by osafren on 02/16/06 10:13
>From microsoft.com:
"Double data type
A fundamental data type that holds double-precision floating-point
numbers. It's stored as a 64-bit number ranging in value from
approximately -1.797E308 to -4.940E-324 (negative), from 4.94E-324 to
1.797E308 (positive), and 0."
And form SQL Server when trying to commit 4.94E-320:
"The supplied value is not a valid instance of data type float"
Navigation:
[Reply to this message]
|