BUG: Float Data May Cause Data-Conversion Overflow in ISQL/wID: Q114524
|
Certain floating point numbers are not correctly displayed by ISQL/w.
For example, executing the following TRANSACT SQL statement:
SELECT 0.0006
--------------------
*
(1 row(s) affected)
DB-Library: Data-conversion resulted in overflow.
Use the TRANSACT SQL STR function when retrieving data of type FLOAT. Unless information that can only be represented as float needs to be stored, use the other available datatypes.
Microsoft has confirmed this to be a problem in SQL Server version 4.2b for OS/2. This problem does not occur in version 6.0.
Additional query words: dblib dbroutines dbconvert
Keywords : kbtool SSrvISQL
Version : 4.2 4.2b 4.2.11
Platform : WINDOWS
Issue type :
Last Reviewed: March 19, 1999