Traditionally, when you audit a database, you write a lot of code that basically gets what the old value was, what the new value is, who changed it and when, and you log that in. That's very time-consuming to write and maintain?every time you make a change to your data, you have to update the code.
|