Subject Re: [IBO] Prepare + unprepare + close with IB_Query or IB_Cursor?
Author sdbeames
--- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> When you are done with something, call Unprepare or it will
continue to hold
> resources on the server.
>
> Jason Wharton

OK, so Prepare is redundant, but Unprepare isn't.

With Borland parts I'd have used Prepare to hold something ready
while using it more than once, and then Unprepare it. With IBO, it
stays prepared, even if it's implicitly prepared. So it seems
there's no reason to ever call Prepare, just Unprepare.

Thanks,
Steve