Question How to audit database changes into a table by using Triggers.

Status
Not open for further replies.
I want to use Trigger for Write, Create, Delete of Customer table and i want to store that changes(action,time,date,oldvalue,newvalue) into a table (Ex. EventLog)
This is the my Question:-
Please Write an ABL program which captures the triggers of Customer table and stores it in a table "EventLog" (action,time,date,oldvalue,newvalue).
 
Status
Not open for further replies.
Top