MySql, Float nad ZeosDbo

Forum related to version 6.1.5 of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
amos
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 11.10.2005, 19:52

MySql, Float nad ZeosDbo

Post 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
therealkev
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 31.10.2005, 17:28

Post 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.
Post Reply