Subject Re: Problem with Numeric
Author Technisoft
At 17:40 27-12-2001 +0000, Helton wrote:
>Unfortunately i'm working with a payroll application wich must be
>precise with large currency values. I tried "AsCurrency" with the
>same result.
In my payroll application, my MONEY domain is defined as DOUBLE PRECISION.
Mind you, I never have such large values as the one causing you a problem.

And in a way, payroll perhaps does not have to be as accurate as pure
accounting, so I use a function which rounds to 2 decimal places quite a
bit. After all, if someone's pay is a cent out, that's not too serious.

Peter Lawson