Page 1 of 1

MySql, Float nad ZeosDbo

Posted: 28.10.2005, 14:50
by amos
I have a problem with above combination...
Delphi 7, ZeosDbo (6.1.5 & 6.5.1) and MySql 4.1.
The problem is that if I put a whole number in float field, i can change it, but if i put a float number (eg. 6,35) the problem is that i can't change the value any more!!! And when in a field is whole number and i put a float number, it is changed but after that i cannot change the number!!

If i use any third party problem (Mentat MySql Turbo mamanger for eg.), i don't have that problem.

Where is the problem!?!?

Thx

--
That's all from Amos Sam

Posted: 01.11.2005, 10:18
by therealkev
Could you be more precise?

With "whole number" you mean integer?

Any ReadOnly-property (TZQuery/TZTable or TZConnection) set true?

Do you use TZQuery or TZTable?

Any SQL-statement in the TZQuery?

To be complete: please post the sql-statement to create the table with the problematic field.