luciddream
Programmer
Hi,
I'm having a very frustrating problem. I am trying to update a decimal field, scale 9, precision 18 , with an update statement. something along the lines of:
update table set field = 4.5 where id = 12
anyways, the decimal is being rounded, for some ungodly reason. I really don't think it's practical for me to write a stored procedure just to get this field to update with the correct value. If anyone has has a similar problem, or knows a solutions, please, this is very frusttrating.
Thanks,
luciddream
aschuster@sftsolutions.com
I'm having a very frustrating problem. I am trying to update a decimal field, scale 9, precision 18 , with an update statement. something along the lines of:
update table set field = 4.5 where id = 12
anyways, the decimal is being rounded, for some ungodly reason. I really don't think it's practical for me to write a stored procedure just to get this field to update with the correct value. If anyone has has a similar problem, or knows a solutions, please, this is very frusttrating.
Thanks,
luciddream
aschuster@sftsolutions.com