Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Large Databases

edited July 2005 in General
Hi.
I need some support about reports with several pages. Reports keeps linked
to memory pages if the query result is larger than memory page can allocate.
So it produces a shared block on the table until this page is loaded or I
seek the last page of the report. I guess it's something to do with BDE but
I don't know how to avoid this situation.
Sorry about my english

Comments

  • edited July 2005
    Hi,

    ReportBuilder does not access any of the internal features of a dataset or
    database connection. It simply access the data and traverses it first to
    last. This is done by calling the simple TDataset methods First, Next,
    Last, and Prior. This is to keep a separation between the data and the
    report and to allow flexability in the number of databases that can be used
    with RB.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.