Search found 9 matches
- 10.05.2011, 13:27
- Forum: 6.6 - stable
- Topic: problems with param for limit clause (in Zquery)
- Replies: 10
- Views: 1524
- 05.05.2011, 21:39
- Forum: 6.6 - stable
- Topic: problems with param for limit clause (in Zquery)
- Replies: 10
- Views: 1524
- 05.05.2011, 19:07
- Forum: 6.6 - stable
- Topic: problems with param for limit clause (in Zquery)
- Replies: 10
- Views: 1524
wtf!!! same shit! dont works =) really. dont understand why. I cant change Zquery in active mode. I can use param everywhere: In COALESCE operator, in WHERE clause... but why it not works in LIMIT? this shows when i try to change Zquery to active mode http://img859.imageshack.us/img859/2323/32973743...
- 05.05.2011, 11:09
- Forum: 6.6 - stable
- Topic: problems with param for limit clause (in Zquery)
- Replies: 10
- Views: 1524
- 05.05.2011, 11:06
- Forum: 6.6 - stable
- Topic: problems with param for limit clause (in Zquery)
- Replies: 10
- Views: 1524
- 05.05.2011, 09:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: error TZReadOnlyQuery with MYsql Variables in Delphi5
- Replies: 4
- Views: 3904
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?
- 05.05.2011, 09:17
- Forum: 6.6 - stable
- Topic: problem with order by (param type: string)
- Replies: 3
- Views: 1840
- 05.05.2011, 09:16
- Forum: 6.6 - stable
- Topic: problems with param for limit clause (in Zquery)
- Replies: 10
- Views: 1524
problems with param for limit clause (in Zquery)
Does anyone know how use param for limit clause in Zquery?
In example:
In example:
Its not works. And I dont understand why.SELECT *
FROM production
LIMIT :l
- 03.05.2011, 19:31
- Forum: 6.6 - stable
- Topic: problem with order by (param type: string)
- Replies: 3
- Views: 1840
problem with order by (param type: string)
Hi. Could somebody give me the answer of question: how correctly to use param (datatype: ftString) in SQL (Zquery component)? It works when I use param (ftString) in WHERE clause It works when I use param (ftInteger) in ORDER BY clause BUT! when I use param (ftString) in ORDER By clause its not work...