NSDecimalNumberExactnessException (SOLVED)
"Les Harvey" <[email protected]> Wed, 2 Apr 2003 11:20:04 +0100
| Newsgroups | gmane.comp.web.webobjects.eof,gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, did some investigation with constant values in EOUtilites.rawRowsForSQL etc Experiments with this establish that the OracleAdaptor, under 4.5.1, only handles precision to 32 places, whereas Oracle NUMBER copes with 38, so just using ROUND(expression, p) where p <= 32 solves the problem. It might just help someone else. Les Harvey "Perfection (in design) is achieved not when there is nothing more to add, but rather when there is nothing more to take away" - Antoine de Saint-Exupery