Hey all, Don't mean to put a question here and disrupt this wonderful Unfair WO Pricing thread, but I am in a predicament here. I am getting the following error when I try to extract from a number field in the database.The field is an Oracle Number() (no designations because we don't want to limit the decimal) ----------------------- Error: NSDecimalNumberExactnessException Reason: OracleNumberColumn encountered lose of precision ---------------------- The problem to me seems to be that since the number cannot be exactly represented (it does not round) it raises an exception. Is there a modification I can make to the EOModel that will allow me to handle this type of number. I tried changing the precisions. Do I have to set Oracle to be something like Number(10,10). This is what I want to do, but my database guy wants it to be as precise as possible. Anyone deal with this before? Thanks, --- Darrell (NT 4.0, WO 4.0, Java) -- -------------------------------------------- [EMAIL PROTECTED]
