Hello!
Im working in ASP and now Im began to scratch my head...=)
Say that we have an variable that is
var1 = 3
var2 = 3.65
var3 = var1 * var2 '--- Sum = 10.95
Now my Question!
How do I input this variable into MySQL in a COL whit DECIMAL (10,2)?
I only get the result 10.00 in the COL?
It...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.