Rolling back database changes

Posted by justin on Stack Overflow See other posts from Stack Overflow or by justin
Published on 2010-06-08T21:38:03Z Indexed on 2010/06/08 21:42 UTC
Read the original article Hit count: 279

Filed under:
|
|
|
|

Hi,

I work in team which uses Work flow management tool. I was presented with a challenge where the user should be able to roll back the changes made anytime during the flow to a certain point in the past. Surely the toll can handle it but the additional database calls that may have made during these activities have to be manually rolled back.

the challenge is that there are multiple parallel paths and there different permutations of external database calls. So is there a frame work or a way to keep track of these DB calls and rollback them?.

thank you, Justin

© Stack Overflow or respective owner

Related posts about database

Related posts about framework