Subject | Re: [IBO] Urgent - Problem with StoredProc and prepare |
---|---|
Author | Nando Dessena |
Post date | 2001-01-23T16:38:48Z |
Jason,
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
> I think it may have been appropriate to do this with the BDE. This told itThe BDE automatically prepares and unprepares statements (before and
> that you wanted the statement to remain prepared instead of the BDE's
> (presumably) default behavior of unpreparing statements after execution.
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