Tracking Database Changes Using History Tables (Part 1)
Author:
Cipri Costa
A common problem in database based applications is tracking the changes of the data in the tables. I ran into this problem in multiple applications and I would like to share two of the solutions I found (the first one is presented in this post; the second will be presented in a latter post). I would like to hear your opinions and comments about the solution and its implications, but also about the format of the presentation – what it lacks; what needs to be done in order to create a design pattern; is this a design pattern, etc. ?
More Tutorials
|