Subject | Re: [IBO] Explicit transaction requiring cascade deletes needs Close before StartTransaction |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-02-19T10:53:43Z |
Russell,
already active (either started by you or implicitly by IBO if you've opened
a dataset having this transaction). Most of us never bother about calling
StartTransaction because IBO starts one whenever necessary - it is only
required for logical transactions, and I've never understood why separate
this from the physical transaction.
Set
>[rb]However, the unnecessarily messy method I was using should still haveI guess your problems stem from calling StartTransaction to a transaction
>worked and the symptoms I saw suggests an "annoyance" in some
>initialization.
already active (either started by you or implicitly by IBO if you've opened
a dataset having this transaction). Most of us never bother about calling
StartTransaction because IBO starts one whenever necessary - it is only
required for logical transactions, and I've never understood why separate
this from the physical transaction.
Set