Vadim Levinzon
03-23-2000, 02:28 PM
We have a stored procedure that was not changed and was running with no
problem for years on 6.5
And now after upgrading 7.0 (+ SP1) it constantly generates and error:
"Arithmetic overflow error for type varchar, value = 99.824980."
Even though every single line of stored procedure insert correct data
anyway.
The error line points to a very innocent line of code
insert #t values('</td><td align=centerd bgcolor="#339999"><font
face=arial,helvetica size=-1>Effective</td>')
but it gets inserted.
Anybody else run into something like that ?
problem for years on 6.5
And now after upgrading 7.0 (+ SP1) it constantly generates and error:
"Arithmetic overflow error for type varchar, value = 99.824980."
Even though every single line of stored procedure insert correct data
anyway.
The error line points to a very innocent line of code
insert #t values('</td><td align=centerd bgcolor="#339999"><font
face=arial,helvetica size=-1>Effective</td>')
but it gets inserted.
Anybody else run into something like that ?