Hi, > I had a look at IB LogManager. It doesn't quite do what I want. > > The requirement we have is to log only fields that change, not all > fields (which is what IB LogManager does). If I change fields 1, 4, and > 7 then those are the only fields I want logged (and not fields 1, 2, 3, > 4, 5, 6, and 7).
In case of an insert and update, IB LogManager only log old/new values for fields which are registered for logging and where the column value changed. -- With regards, Thomas Steinmaurer http://www.upscene.com/ Professional Tools and Services for Firebird FB TraceManager, IB LogManager, Database Health Check, Tuning etc.
