Subject calculations in stored proc
Author d_dude_2003
Hello,

In FB 1.5, i want to do calculation in my stored proc code:

Amount = BasicSalary*Percentage/100

But i cant compile it, it says Dynamic SQL Error: expression
evaluation is not supported.

What a BS? Cant i do calculations in sp code?

Eugene.