B
BobRoyAce
I have a backend database that has some fields that are stored as
MONEY data type. Though this field type allows for 4 decimals, I am
only needing/wanting 2. For that reason, I am considering changing
those field types to something like DECIMAL(10,2).
My question is, which variable types are best for reading in values of
these two types? single? double?
MONEY data type. Though this field type allows for 4 decimals, I am
only needing/wanting 2. For that reason, I am considering changing
those field types to something like DECIMAL(10,2).
My question is, which variable types are best for reading in values of
these two types? single? double?