Subject Floating point issue in conversion
Author Craig
Hello All,

I inherited a table from an SQL database that has an ID number as a
float value { not by my design }, however i am converting this into
firebird using IBO components for pushing the data through. As i
convert and attempt to store the data for the ID field as a Float, the
IBO_Components pas file on line 41699 { or there abouts } converts
this into a string, and i keep getting a result of not correct format
when i move the data into the Firebird database. Can and does the IBO
components handle the float values correctly ? just asking as it
appears this line in the code is where i am falling over, any
suggestions ?

Craig