SQL question? Please help!
Hello,
I have database with table T_DAKTIVI. The table have 73000 rows.
When run this SQL:
SELECT T1.C_NOMER FROM T_DAKTIVI T1
report generate 1842 pages.
But when add fields
SELECT T1.C_NOMER,T1.C_IME,T1.C_MARMOD,T1.C_FABRICEN,T1.C_OSNOVZAP,T1.D_ZAKUPU,T1.D_VUVEG,T1.C_NOM_1,T1.C_NOM_2,T1.C_NOM_3,T1.C_NOM_4,T1.C_NOM_5,T1.N_S_SM1 FROM T_DAKTIVI T1
get report error "Out of memory"
Is this a problem of FastReport or Firebird?
Thanks.
I have database with table T_DAKTIVI. The table have 73000 rows.
When run this SQL:
SELECT T1.C_NOMER FROM T_DAKTIVI T1
report generate 1842 pages.
But when add fields
SELECT T1.C_NOMER,T1.C_IME,T1.C_MARMOD,T1.C_FABRICEN,T1.C_OSNOVZAP,T1.D_ZAKUPU,T1.D_VUVEG,T1.C_NOM_1,T1.C_NOM_2,T1.C_NOM_3,T1.C_NOM_4,T1.C_NOM_5,T1.N_S_SM1 FROM T_DAKTIVI T1
get report error "Out of memory"
Is this a problem of FastReport or Firebird?
Thanks.
Comments
When compile with Delphi2006 no problem!
Can you help me to fix this problem in Delphi 7.
Thanks.