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.

Comments

  • edited 8:42AM
    I get this error with Delphi 7 Build 8.1
    When compile with Delphi2006 no problem!

    Can you help me to fix this problem in Delphi 7.
    Thanks.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.