Search found 3 matches

by therealkev
01.11.2005, 14:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySql, Float and ZeosDbo
Replies: 5
Views: 1678

OK, I'm not that sure, but I think in a query like yours SELECT * FROM RacunGL, Artikli WHERE (RacunGl.IdRacunGL = :ID) AND Artikli.IdArtikli IN (RacunGl.IdAtrikla) changing a field should not work anyway - not with floats and not with integers. If it works with integers, this should be the bug. The...
by therealkev
01.11.2005, 10:18
Forum: 6.1.5
Topic: MySql, Float nad ZeosDbo
Replies: 1
Views: 883

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.
by therealkev
31.10.2005, 18:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySql, Float and ZeosDbo
Replies: 5
Views: 1678

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.