Hey,
In our database, we have implemented auditing simply by holding a copy
of each row of the specific table at any time that data is updated. This
gives us a long list of full records, often with only one change
between them.
Not sure if there's a better way to do this, but we'd like to somehow
highlight whichever record was changed by comparing each row with the
next (in date order).
For example
Audit ID Date Forenames Initials Surname
1 1 26/7/04 Timothy TW Smith
2 1 29/7/04 Timothy William TW Smith
In this case we'd like the Forenames field to be highlighted on the
second row, as this is the only field that has changed.
Has this been done before? Any ideas how to proceed?
Cheers,
Chris
In our database, we have implemented auditing simply by holding a copy
of each row of the specific table at any time that data is updated. This
gives us a long list of full records, often with only one change
between them.
Not sure if there's a better way to do this, but we'd like to somehow
highlight whichever record was changed by comparing each row with the
next (in date order).
For example
Audit ID Date Forenames Initials Surname
1 1 26/7/04 Timothy TW Smith
2 1 29/7/04 Timothy William TW Smith
In this case we'd like the Forenames field to be highlighted on the
second row, as this is the only field that has changed.
Has this been done before? Any ideas how to proceed?
Cheers,
Chris
Comment