Rounding of large numbers

I am testing the limits of my application and found that Direct Oracle Access rounds very large numbers although SQL+ shows them as they were entered (without any rounding).
This is clearly due to the fact the number datatype is converted to a double precision floating point value.
Do you have any suggestions on how to get the large numbers out from the database without rounding ?

Best regards,
Lasse
 
Back
Top