How to store value that contains 5 decimal points in a field.
I am trying to store some value like 0.000001 in a decimal field of iScript. But if I am trying to acces that field I got 0.00 for this field value. I have defined this field as Decimal data type. I thing because of this it truncate the value of the field with 0.00.
Can anyone please let me know that how can I store this 0.000001 as it is so that I can access it with the same value not truncated.
Regards,
Mukesh