Subject | Re: [firebird-support] Object is in use? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2008-12-08T08:45:53Z |
> So, can anyone explain if this is 1) a bug or 2) as designed and if it'sIf you can reproduce your test case with isql, it may be regarded as
> as deigned 3) why and 4) how to avoid it or solve it without a disconnect?
a problem with FB. But most likely FR (IBPP) just does not free
statement handle after SELECT from A. As long as prepared statements,
which use the object exist - the object is in use. This is "by design".
SY, SD.