Subject | Re: [IBO] Transaction Oddities |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2002-08-23T09:07:11Z |
At 09:25 23.08.2002 +0200, you wrote:
transaction so when you end your transaction it is as normal for your
datasets to be closed as it is for them to close when you terminate your
program! If you don't want them to close, call CommitRetaining.
Set
>Ok, so I have an IB_Connection and an IB_Transaction. The Transaction linksNo - at least I never do.
>to the Connection component via the IB_Connection property.
>
>Ques. 1 - Do I need to link the DefaultTransaction property of the
>IB_Connection to the IB_Transaction component?
>Ques. 2 - Why is it that upon issuing the COMMIT my datasets are closed???No, that is not odd. Your dataset is opened within the context of a
>Rather odd behaviour but thats what happens!
transaction so when you end your transaction it is as normal for your
datasets to be closed as it is for them to close when you terminate your
program! If you don't want them to close, call CommitRetaining.
Set