BCD Overflow
I build an report with FR 2.5 and when i make an sum using the Database employee.gdb in table Salary_history it show this error:
BCD overflow
I sum just two record??s and the total is less that 10, but i change the value in
field old_salary to it greather that 10 it work fine.
It just show this error if the sum is less 10 else work fine
BCD overflow
I sum just two record??s and the total is less that 10, but i change the value in
field old_salary to it greather that 10 it work fine.
It just show this error if the sum is less 10 else work fine
Comments
Thanks for response
try casting the currency to float ( cast(xxx as float) xxx ), then u can avoid the BCD overflow problem.
regards,
magic ang
Thank??s