Subject Re: [IBO] "Statement has not been prepared"
Author Svein Erling Tysvaer
At 16:13 23.09.2002 +0100, you wrote:
> qry->Prepare();
> 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

Hi David,
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