Subject Error in SP
Author Walter Neumann
Hello,
I use FB 1.5 on a Linux Server (was tested on Windows Server too).
In a stored procedure I have this statement:
STDNEU = STDNEU + STUND2 + FREQUSTDNEU2;
All variables are declared as numeric(9,2).
Before this statement STDNEU has the value of 7, STUND2 0,5 and FREQUSTDNEU2
0. After this statement STDNEU has still the value of 7, but it should have
7,5. Why that? Is this a bug?
Thank you for advices.
Sincerely
Walter Neumann