Subject Re: [IBO] "Statement has not been prepared"
Author Svein Erling Tysvaer
The one thing that puzzles me is that you commit before you close. I
thought a commit automatically closed the dataset and would have switched
the order of these two. But I don't know if this has anything to do with
your problem.

Set

At 12:42 23.09.2002 +0000, you wrote:
>if qry->NeedToPost
> > {
> > qry->Post();
> > qry->IB_Transaction->Commit();
> > }
> > qry->Close();
> > qry->Unprepare();