Subject | Re: [ib-support] Re: Default transaction |
---|---|
Author | Robert F. Tulloch |
Post date | 2002-01-30T17:24:54Z |
> This is for the Default transaction for the Database. Should I stillI think if you don't use a transaction and set it active, the db
> need to explicitly start and stop it?
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.