dBASE NUMERIC vs FLOAT

<< Click to Display Table of Contents >>

Navigation:  Tables > Data table formats > dBASE > dBASE/FoxPro numerics >

dBASE NUMERIC vs FLOAT

Previous pageReturn to chapter overviewNext page

dBASE NUMERIC vs. FLOAT

The dBASE NUMERIC and FLOAT field types are technically identical, and this way, it is possible (with a dBASE table designer - e.g. Database Desktop and dBASE2019) specifying zero decimals also for FLOAT type fields, which may be meningful when doing maths between fields needing the option to output float value results.
Do not confuse the dBASE FLOAT type with the SQL Float, which is a 64-bit data type specification carrying no dimensions.
SQL Float will with dBASE translate to either NUMERIC or to the dBASE 7 Double (64-bit) type fields, and dBASE FLOAT type fields cannot be specified with SQL.

DB2019FloatFields

Screen print from dBASE2019 specifying a dBASE 5 table

dBASE2019-FloatTypes-inPdxEditor

Same table as above: dBASE table with FLOAT type fields viewed in PdxEditor

See also Field Types in other apps, dBASE Tables.

__________________________
PdxEditor Application Help, 18 May 2026; © 2010-2026 Niels Knabe