BUG: Converting char to float Causes Arithmetic OverflowID: Q87797
|
BUG# OS/2: 1418 (4.2)
NT: 775 (4.2)
When you convert from a nonnumeric character data type to floating
point, you will receive the following error message 232:
Arithmetic overflow
Convert from char to real instead of char to float.
Microsoft 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.
You can reproduce this problem using the following command in ISQL:
convert (float, 'cat')
Msg 232, Level 16, State 2:
Arithmetic overflow for type varchar, value = 0.000000.
Arithmetic overflow occurred.
Additional query words: Transact-SQL Windows NT
Keywords : kbother kbbug4.20 SSrvServer SSrvWinNT
Version : 4.2 4.2
Platform : OS/2 WINDOWS
Issue type :
Last Reviewed: March 16, 1999