ZEOS 6.6.0 & ZEOS 6.6.1
FB 2.0.1.12855
Delphi 7
Error in ZeosLib when using several tables. See to image.
Bug in ZeosLib
Moderators: gto, cipto_kh, EgonHugeist
Bug in ZeosLib
You do not have the required permissions to view the files attached to this post.
Last edited by BasiL on 04.09.2007, 12:26, edited 1 time in total.
Bug in ZeosLib
Programe and database
You do not have the required permissions to view the files attached to this post.
Last edited by BasiL on 04.09.2007, 12:44, edited 1 time in total.
Bug in ZeosLib
But if use CAST in SELECT, then all well.
Sorry for my poor english :-)
Code: Select all
select 1, CAST(L.PARAM02 AS CHAR(100))
from TZAJAV Z
left join TDOGOVOR D on d.ID=z.IDDogovor
left join TANKETA_FIZ AF on af.ID=z.IDAnketa
left join TANKETA AJ on aj.ID=z.IDAnketa,
TLIZINGODATEL L
where z.ID = 1
Or try like this:
Yes, this is a serious bug. Can you add this bug into http://zeosbugs.firmos.at
thx
Code: Select all
select L.PARAM02, 1, L.PARAM02 one
from TZAJAV Z
left join TDOGOVOR D on d.ID=z.IDDogovor
left join TANKETA_FIZ AF on af.ID=z.IDAnketa
left join TANKETA AJ on aj.ID=z.IDAnketa,
TLIZINGODATEL L
where z.ID = 1
thx
2cipto_kh
SELECT dynamic, so where will be this field is not known.
SELECT dynamic, so where will be this field is not known.
http://zeosbugs.firmos.at/view.php?id=61cipto_kh wrote:Yes, this is a serious bug. Can you add this bug into http://zeosbugs.firmos.at