Zeoslib problem

Hi all

The proble is this:

I have a big table (about 160000 records), when I open the table engine is too much slow because load all records. Is there a method to load record in manner incremental. Please help me I have need urgently.

Thank thanks to all

Comments

  • edited 3:18AM
    No, FR just perform the loop

    while not DB.EOF do
    DB.Next

    when running the report.

Leave a Comment