Audit log with Unidac

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eliesermorais
Posts: 5
Joined: Tue 18 Dec 2007 19:09

Audit log with Unidac

Post by eliesermorais » Sun 24 Jan 2010 02:38

Hello!

What is the best way to make audit log of changes in fields of a UniQuery component inside Delphi?

Thanks,
Elieser

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 27 Jan 2010 08:54

You can use the BeforePost event of TUniQuery. In this event you can store old and new values of the fields in the log.

Post Reply