Hello,
It has recently come to my attention that DOUBLE(10,2) may not be the best way to format my fields that hold US currency values. It seems as if DECIMAL(14,2) may be a better solution. My question is if there is any concern in going in and just changing the fields from DOUBLE(10,2) to DECIMAL(14,2), if there is any possibility to lose or change the currency data that is currently in there.
Thanks,
Booey
It has recently come to my attention that DOUBLE(10,2) may not be the best way to format my fields that hold US currency values. It seems as if DECIMAL(14,2) may be a better solution. My question is if there is any concern in going in and just changing the fields from DOUBLE(10,2) to DECIMAL(14,2), if there is any possibility to lose or change the currency data that is currently in there.
Thanks,
Booey