hello ,
i don't understand why this : select toto from table
if toto value is 0.00955882352941177 the query return this value : 9558823529.4
if toto value is 0.0110294117647059 the query return this value : 0.011029411765
i don't understand why ?
i using 4.30.1.15 mydac component and mysql 4.1 and delphi 7
SELECT returns wrong value
-
swierzbicki
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
I have the same kind of problem with Delphi 5 and the lastest version of Mydac Component.
I tested it with MyODBC / BDE standard component and the result is correct.
With MyDac, for the same value in a float and in a Double field, result for float field is correct and it is not correct for double field.
I tested it with MyODBC / BDE standard component and the result is correct.
With MyDac, for the same value in a float and in a Double field, result for float field is correct and it is not correct for double field.