Hi!
I'm attempting to make an arithmetic operation with two Oracle variables. Both of them are NUMBER type (inside Oracle).
But if I try (inside ASP):
asp1 = rs("var1"
asp2 = rs("var2"
result = asp1 * ( 1 - (asp2/100) )
I get "types don't match" error.
What I am doing wrong?
Reagars,
I'm attempting to make an arithmetic operation with two Oracle variables. Both of them are NUMBER type (inside Oracle).
But if I try (inside ASP):
asp1 = rs("var1"
asp2 = rs("var2"
result = asp1 * ( 1 - (asp2/100) )
I get "types don't match" error.
What I am doing wrong?
Reagars,