Subject | Re: [IBO] Explicit transaction requiring cascade deletes needs Close before StartTransaction |
---|---|
Author | Jason Wharton |
Post date | 2001-02-20T18:54:51Z |
IBO never calls the StartTransaction implicitly, except when you are using
cached updates and you call the ApplyUpdates method for a transaction.
IBO automatically acquires a transaction handle from the server and this has
nothing to do with calling the StartTransaction method.
One is physical and the other is explicit.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
cached updates and you call the ApplyUpdates method for a transaction.
IBO automatically acquires a transaction handle from the server and this has
nothing to do with calling the StartTransaction method.
One is physical and the other is explicit.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Svein Erling Tysvær" <svein.erling.tysvaer@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, February 19, 2001 3:53 AM
Subject: Re: [IBO] Explicit transaction requiring cascade deletes needs
Close before StartTransaction
> 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