The program performs many calculations in the database (first, the source table is divided into subtables, after which some fields are calculated in each subtable and another common table is created based on all subtables). All at the level of SQL queries. I want to display the progress of these calculations.
Is there any way to do this?
Here is the code that performs the calculations, if someone comes in handy;
while(_query.next()). Before him, count the total number of results, inside the cycle, display the progress. - arrowd