Subject | Re: AW: [IBO] Updating data ? |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2003-04-11T09:00:47Z |
OK, I downloaded and checked a little bit. Just remove your call to
StartTransaction (which overrides AutoCommit since it is equivalent to
saying that you want to handle the transaction yourself) and you should be
fine.
Set
At 10:27 11.04.2003 +0200, you wrote:
StartTransaction (which overrides AutoCommit since it is equivalent to
saying that you want to handle the transaction yourself) and you should be
fine.
Set
At 10:27 11.04.2003 +0200, you wrote:
>Hello Set,
>
> >
>My guess is that you simply have forgotten to set the IB_Connection and
>IB_Transaction properties of your query (and you may check the
>IB_Connection property of the IB_Transaction as well).
><
>I have done that.
>IB_Transaction1.IB_Connection -> is set to IB_Connection1
>IB_Query1.IB_Connection -> is set to IB_Connection1
>IB_Query1.IB_Transaction -> is set to IB_Transaction 1
>
>Isn't the correct?