Tracking Changes to Files
To track any changes to Two files A and B and write fields of A and B to an output file C.
A is related to B (A.Employee = B.Employee)
Could you please suggest a good approach for this?
I am currently using the approach of journalling.
1. Both A and B are journalled.
2. If Any changes to A, then the fields of the changed record of A and corresponding record of B are written to C
3. If Any changes to B, then the fields of the changed record of B and corresponding record of A are written to C. (If already present, Update else insert)
Do you think this is a good approach?Please provide your valuable inputs.
Regards,
EsJay



