in reply to Using Perl and MySQL for Activity Log
Use a database-level trigger for creating the change_log entries. That way the integrity and completeness of the log is enforced at a database layer, and works fine even if someboy uses something else than your perl script to make changes to the catalog table.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Perl and MySQL for Activity Log
by bart (Canon) on Apr 27, 2011 at 10:40 UTC |