Friday, August 27, 2004

Just SetAbort didn't work

I was stumped when I tried to setup a classical transaction rollback example. All I did was creating an account A class and tried to manipulate the static variable Balance. SetAbort did not work, I mean, it did not bring back the balance to its initial value.

Do I need to take care something in the resource management front?