I need to write a trigger/triggers to create an audit trail of the activity of an existing INFORMIX database. This is INFORMIX-SE 7.2. I've been reading the documentation but I'm getting more confused the more I read. Could someone give me an example to get me started? I have a table named control and I want to write to another table called hold_control (which is a duplicate of the control table) in the same database everytime there are any changes (updates, inserts, or deletes) on the control table. Also, I'd like to add a column to the hold_control table to indicate what type of change was made to the control table (update, insert, or delete). Is this possible? Thanks.