Zeoslib problem
danielemarchi68
Italy
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
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
while not DB.EOF do
DB.Next
when running the report.