Subject Re: [IBO] Urgent - Problem with StoredProc and prepare
Author Nando Dessena
Jason,

> I think it may have been appropriate to do this with the BDE. This told it
> that you wanted the statement to remain prepared instead of the BDE's
> (presumably) default behavior of unpreparing statements after execution.

The BDE automatically prepares and unprepares statements (before and
after execution)only if you don't explicitly call Prepare.
If you call Prepare before executing a statement, the statement stays
prepared after execution, so the bug can surface with the BDE too (maybe
most developers don't prepare their statements?).
BTW, where can I find a detailed description of the bug and how to
avoind it?
Thanks
--
____
_/\/ando