BUG: Converting char to float Causes Arithmetic OverflowLast reviewed: April 28, 1997Article ID: Q87797 |
The information in this article applies to:
NT: 775 (4.2) SYMPTOMSWhen you convert from a nonnumeric character data type to floating point, you will receive the following error message 232:
Arithmetic overflow WORKAROUNDConvert from char to real instead of char to float.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 4.2 for OS/2 and Microsoft SQL Server version 4.2. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONYou can reproduce this problem using the following command in ISQL:
convert (float, 'cat')The complete error syntax is:
Msg 232, Level 16, State 2: Arithmetic overflow for type varchar, value = 0.000000. Arithmetic overflow occurred. |
Additional query words: Transact-SQL Windows NT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |