Search found 4 matches

by martin
25.01.2007, 22:32
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Wrong Field Typ expected float, found largeint
Replies: 0
Views: 523

Wrong Field Typ expected float, found largeint

Dear Users, i change from ZeosLib 6.1.5 Stable to ZeosLib 6.6.0 Beta. The reason was when i connected to a Mysql 5.xx Server i have a problem with following the Error was: float expected: but String found !! This bug is fixed and the Float-Field works Fine. But now i have a other Problem the Error: ...
by martin
13.10.2005, 16:45
Forum: MySQL
Topic: Delphi7 - mysql 4.1 user variable
Replies: 7
Views: 2262

Hi,

i am using following Version of ZeosLib

6.1.5-stable build at 2004-04-29 07:03:04


martin
by martin
13.10.2005, 15:16
Forum: MySQL
Topic: Delphi7 - mysql 4.1 user variable
Replies: 7
Views: 2262

Dear Zippo,

thanks for quik answering.

With the ASCII Chars you are right, but these is not the problem because the Query works without the USER VARIABLES @Platz fine.

In the MySql Documentation on Point 7.1.4 is wrote that you have to use the chars ":=" to replace the User Variables
by martin
13.10.2005, 11:28
Forum: MySQL
Topic: Delphi7 - mysql 4.1 user variable
Replies: 7
Views: 2262

Delphi7 - mysql 4.1 user variable

Dear Everybody, the following sql statement works with MySql-Control-Center on 4.1 server perfectly [syntax="sql"] set @Platz = 0; SELECT @Platz:= (@Platz + 1) as Platz, RegV, RV, VR, Znr, Züchter, sum(Preise) as Preise, sum(Aspkt) AS Aspkt, sum(Km) AS KM FROM ms_championat_ergebnis GROUP ...