I have checked the system tables derby using. I don't find any information table to track the modify time of the tables. So does it mean I need to write some code to manually track it. And if it's roll-backed, I need to clean it up?
2011/3/14 鲍少明 <[email protected]> > Hello group, > Is there any easy way to track the tables which have been > updated/deleted/inserted in one transaction? > I know that I can add some code in my db operation code to track the > status. > But if I need to track some cascade delete or procedure call, I will need > to write some ugly code to track them. > > Is there any easy way to get this done? Any suggestion will be helpful. > > Thanks, > Clark Bao >
