Subject Re: [ib-support] Re: Default transaction
Author Robert F. Tulloch
> This is for the Default transaction for the Database. Should I still
> need to explicitly start and stop it?


I think if you don't use a transaction and set it active, the db
gets you a default one which it controls.

You definitely want transaction components with explicit transaction
control:

Start, commit, commit retaining, rollback, rollback retaining etc.