ACC: Rounding Errors Importing/Exporting dBASE IV ValuesID: Q96905
|
Some floating-point values (single and double precision) have rounding errors when exported to or imported from a dBASE IV database. For example, if the floating-point number .0807 is exported from a Microsoft Access database to a dBASE IV database and then imported back to Microsoft Access, after the import the value reads .08069.
This problem is caused by the floating-point number being converted
from IEEE floating-point numeric format (used by Microsoft Access and
several other Microsoft products) to ASCII character values required
by dBASE IV. The Microsoft Access dBASE ISAM converts IEEE floating-
point values to ASCII, and conversion of binary fractions to decimal
is inherently inexact.
Typically, such rounding errors are not noticeable or relevant because
they occur at digits far to the right of the decimal point and are not
displayed. However, sometimes the rounding error may appear in the
visible portion of the number.
This behavior is by design.
Keywords : kb3rdparty IsmXbase
Version : 1.0 1.1 2.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 20, 1999