2013 Sep 30 11:23 AM
Hi there,
I try to use application logging in a long running report modyfing a large number of objects (100.000s) each modification writing one, two or sometimes more log entries.
Since I do not want to burden the memory with too large an application log object I thought of flushing the data every now and then to the database, remove them from main memory and continue logging. Another issue with the whole log object in main memory is the one when the report crashes for whatever reason all logs are lost.
Technically I do
Sadly this updates the log in the database with the last log handle content and does not add the yet unsaved logs to the existing ones.
Does someone maybe know if incremental saving is somehow possible under one log header?
kind regards,
anton
2013 Sep 30 12:38 PM
maybe using BAL_DB_SEARCH en BAL_DB_LOAD see report SBAL_DEMO_05