Subject Re: Transaction handling changes (2360 to 2411)
Author
I am going to look into this issue, but I wonder if you just flag the transaction as active by calling the Activate method would lock it in so that it didn't get changed somehow. Also, you will want to make sure AutoCommit is set to false because if you call Activate and auto-commit is true it will just immediately attempt to do a commit.

It would help to see more of your code involved and the two source code snippets that you changed to/from would also be helpful.

Jason Wharton
IBObjects Home Page