This may be an old question, but when i use ADONetAppender, i notice that
the logs recorded in my SQL table ('Logs') are out of step. They log steps
2,3,1 (instead of 1,2,3).Also, Step 4 is not recorded, but gets recorded in the next cycle as 4,2,3,1 (so the 4 of the earlier cycle seems to have been buffered). Should i be closing some thread each time so that it logs all steps of the cycle ? And why does it record out of sequence (2,3,1) ? Regards, Chak.
