Skip to Content
0
Former Member
May 23, 2012 at 12:19 PM

Datatype dec in database table - wrong values

720 Views

Hi all,

I have a problem with the data type "dec" in a database table.

I don't want to use FLTP because I don't want to have exponents in the value.

My problem with dec is now that the values which I save into the table are too big. (factor 1000)

I think this is the known comma and point problem. --> is comma the decimal separator or the point

How can I avoid this?

Any ideas?

Regards