Hi,
Does anyone have advice on the best/most efficient way to do the following: -
Each time a user makes changes to the database i need to log the event. The purpose, being able to roll back/recreate or undo these actions.
I could just create a text log and rely on manual recreation but idealy i would like to design something that allows clients to do this with ease.
Thanks
Does anyone have advice on the best/most efficient way to do the following: -
Each time a user makes changes to the database i need to log the event. The purpose, being able to roll back/recreate or undo these actions.
I could just create a text log and rely on manual recreation but idealy i would like to design something that allows clients to do this with ease.
Thanks