I ve been tasked with hooking in our product with another third party product. One of the things I need to do is mimic some of the third-party s product functionality when adding new "projects" - which can touch several database tables. Is there any way to add some kind of global hook to a database that would record all changes made to data?
I d like to add the hook, create a project using the third-party application, then check out what all tables were affected.
I know it s more than just new rows as well, I ve come across a number of count fields that look to be incremented for new projects and I worry that there might be other records that are modified on a new project insert, and not just new rows being added.
Thanks for any help ~Prescott