nick_rogers
18th August 2004, 19:22
Hi, I cannot create or modify a domain to have more that 5 digits after the decimal point ? what gives ??
mark_h
19th August 2004, 15:03
What kind of data type? It just worked for me. I did a quick test on a table I was creating.
Mark
rameshr
20th August 2004, 07:16
It will definitely allow this for data type double . For float data type , it may allow but it's advisable to use double only if the value to be stored is big . Baan too uses double data type for currency rates (even though smaller values are used).