i have a query that return data from 5 tables:
encais(>150000 row)
avenant(>170000 row)
client(>60000 row)
agences(20 row)
MODPAI(11 row)
i have Interbase 6.5 server on(windows nt server P2)
delphi 5 prof program executed on P4 winxp prof
when i excuted the query it has no response and the
program stopped.
the query is like this:
select cnumpol,anumave,anumatr,cnumcli,typemode,mmontt,mdatem,
lnomcl
from encais e,
modepai m,
avenant a ,
agences G,
Client C
where A.anumcli=e.cnumcli and
g.sectagen='51' and
e.magece=g;codagen and
e.mmodep=m.mode and
e.cnumpol=a.cnumpol and
e.mavena=A.anumave and
m.typemode in('C','R') and
e.mdatem>='01.01.2004' and e.mdatem<=:'30.04.2007' and a.adatemi>='01.01.2004' and a.adatemi<='30.04.2007'
thank you.
encais(>150000 row)
avenant(>170000 row)
client(>60000 row)
agences(20 row)
MODPAI(11 row)
i have Interbase 6.5 server on(windows nt server P2)
delphi 5 prof program executed on P4 winxp prof
when i excuted the query it has no response and the
program stopped.
the query is like this:
select cnumpol,anumave,anumatr,cnumcli,typemode,mmontt,mdatem,
lnomcl
from encais e,
modepai m,
avenant a ,
agences G,
Client C
where A.anumcli=e.cnumcli and
g.sectagen='51' and
e.magece=g;codagen and
e.mmodep=m.mode and
e.cnumpol=a.cnumpol and
e.mavena=A.anumave and
m.typemode in('C','R') and
e.mdatem>='01.01.2004' and e.mdatem<=:'30.04.2007' and a.adatemi>='01.01.2004' and a.adatemi<='30.04.2007'
thank you.