cravincreeks
Technical User
I'm an Access user who's looking to have a RDBMS with a more robust back up system. We have a rather big project coming up and so far, we're planning to use Accesss. But I'm thinking about making the switch to MySQL. It will be in a multi-user environment (however, only a few users will be writing data). But many others will be reading.
Overall, I'm rather inexperienced when it comes to backing up transaction logs. This is my question. Say a user accidentally deletes half of the records in a table. Then more records are added and many are updated. Then three weeks later, somebody realizes that half of the records have been deleted (the accidental deletion mentioned above). So is it possible to go back in the transaction log and find the delete 'transaction' in which the said records were deleted? Then is possible to 'undo' that deletion? What about all of the valid inserts and updates that were made after the accidental deletions. Will those be preserved? In other words, is it possible to undo individual tranactions/operations without affecting the transactions made after then?
Thanks
AZ
Overall, I'm rather inexperienced when it comes to backing up transaction logs. This is my question. Say a user accidentally deletes half of the records in a table. Then more records are added and many are updated. Then three weeks later, somebody realizes that half of the records have been deleted (the accidental deletion mentioned above). So is it possible to go back in the transaction log and find the delete 'transaction' in which the said records were deleted? Then is possible to 'undo' that deletion? What about all of the valid inserts and updates that were made after the accidental deletions. Will those be preserved? In other words, is it possible to undo individual tranactions/operations without affecting the transactions made after then?
Thanks
AZ