Subject | Re: [IBO] "Statement has not been prepared" |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2002-09-24T07:38:33Z |
At 16:13 23.09.2002 +0100, you wrote:
could the daft thing your doing be that tn and qry are independent of
eachother? I.e. that the IB_Transaction property of qry does not point to tn?
Just guessing,
Set
> qry->Prepare();Hi David,
> ShowTransactionState(tn);
>
>When I run this, InTransaction is still false even after preparing the qry.
>Which is odd.
>PS I'm doing something daft I just know
could the daft thing your doing be that tn and qry are independent of
eachother? I.e. that the IB_Transaction property of qry does not point to tn?
Just guessing,
Set