Code: Select all
SELECT SUM(1.0) fld
Code: Select all
SELECT 1.0+2.0 fld
ds.FieldByName('fld').AsFloat
i've get "3.0 is not a valid floating point value" and here is a bug, in some country's decimal separator is '.' in other ',', result of sqlite is always with '.'