Hello World!
I am currently working on a field that contains 'Prices'
I declared its datatype as double, Length=7 and Decimals=2and it works fine but a problem arises when the decimal contains a fixed .00
This is working:
When I insert new values
Rey Sean
I am currently working on a field that contains 'Prices'
I declared its datatype as double, Length=7 and Decimals=2and it works fine but a problem arises when the decimal contains a fixed .00
This is working:
Code:
789.69 56.36 7853.15
Code:
789.00 becomes 789 56.00 becomes 56 7853.00 becomes 7853
Comment