Can i programatic rollback managed transaction in ODMG api? I have the following challenge.
1. ((NarrowTransaction)tx).markDirty(document1); 2. ((NarrowTransaction)tx).markDirty(subDoc1); 3. ((NarrowTransaction)tx).markDelete(subDoc2); In the above sequence, says I excute statement 1 and 2 successfully, before reaching statement 3 I detected some errors and need to exit the method and rollback. In my testing, the SQL Statement in 1 and 2 will get excuted. My question is can I rollback sql statement 1 and 2 and assume I didn't mark document1 and subDoc1? Thanks Regards, Stephen Ting --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
