Subject Re: [IBO] Explicit transaction requiring cascade deletes needs Close before StartTransaction
Author Svein Erling Tysvær
Russell,

>[rb]However, the unnecessarily messy method I was using should still have
>worked and the symptoms I saw suggests an "annoyance" in some
>initialization.

I guess your problems stem from calling StartTransaction to a transaction
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