Hi All,
One of my contract projects is a fairly involved office management system, and my client has decided he wants to add a change log to the system which would list each change made to each database table in the system.
There are dozens of scripts and hundreds of SQL queries in the existing system and while I could (and likely will) slog through each script and add a logging query to accompany each existing query, I'm wondering if anyone can suggest a better way, perhaps some method where either MySQL or the MDB2 abstraction layer could perform a logging action of some sort on every query executed?
Any suggestions are appreciated!
One of my contract projects is a fairly involved office management system, and my client has decided he wants to add a change log to the system which would list each change made to each database table in the system.
There are dozens of scripts and hundreds of SQL queries in the existing system and while I could (and likely will) slog through each script and add a logging query to accompany each existing query, I'm wondering if anyone can suggest a better way, perhaps some method where either MySQL or the MDB2 abstraction layer could perform a logging action of some sort on every query executed?
Any suggestions are appreciated!