hello everybody,
i want to execute this sql (MySql 4.0x) with TZReadOnlyQuery id Delphi5
SELECT @n := @n+1 AS rownum, thing, arms, legs FROM limbs
but i get this error : "incorrect token followed by ':'"
i think that, the sql parser looks for a parameter after the ':'
how can i solve the problem?
error TZReadOnlyQuery with MYsql Variables in Delphi5
Moderators: gto, cipto_kh, EgonHugeist
Re: error TZReadOnlyQuery with MYsql Variables in Delphi5
Its not working in delphi 7, mysql 5.1 and zeos 6.6.6KAYAALP wrote: SELECT @n ::= @n+1 AS rownum, thing, arms, legs FROM limbs
how to use it in delphi 7?
I can't do this. cuz I have another params in query also.or set checkparam = false in property of component (TZReadOnlyQuery)
could somebody help?