Hello,
Wrote myself into a BIG problem and hoping that someone can throw me a rope. I've created and populated several tables that use the REAL datatype for numbers. Programming considerations are such now that I have to change them to DECIMAL. The problem is that alot of the REAL numbers which are stored as 106935555 (1.069356E+08) when I convert it to DECIMAL(Scale 10) I get 106935552.
Is there ANY way I can get back to my original numbers?
Regards,
Christopher Klein