T
Tim Zych
I have a table here that will store currency values. I've been reading up on
the differences between the datatypes available and there seem to be 2
viable candidates: Currency and Double.
Double can hold bigger/smaller numbers than currency, but suffers from the
floating point number problem.
Currency doesn't have the floating point problem that double has.
(Please correct me if I'm missing something here).
Being that, is there another factor I need to take into consideration? I'm
leaning toward Currency and don't anticipate storing > than the max of 922
trillion dollars.
Or, should I just use double and not worry about the floating point issue?
Thanks for enlightenment.
the differences between the datatypes available and there seem to be 2
viable candidates: Currency and Double.
Double can hold bigger/smaller numbers than currency, but suffers from the
floating point number problem.
Currency doesn't have the floating point problem that double has.
(Please correct me if I'm missing something here).
Being that, is there another factor I need to take into consideration? I'm
leaning toward Currency and don't anticipate storing > than the max of 922
trillion dollars.
Or, should I just use double and not worry about the floating point issue?
Thanks for enlightenment.