Subject | Re: [IBO] (Solved !) deadlock error on IBO /FB 1.02 - what may be the reason ? |
---|---|
Author | HJ |
Post date | 2003-12-08T13:01:41Z |
On Mon, 08 Dec 2003 11:50:45 -0000, bjorgeitteno <bjorge@...> wrote:
TIBOQuery.Create(MySession);
Regards,
HJ
> --- In IBObjects@yahoogroups.com, "bjorgeitteno" <bjorge@i...> wrote:At runtime you can write:
>
> I found the problem - a TIBOQuery creating its own Session object.
> Doesn't this seem a little odd: The TIBOQuery component has a
> IB_Session property - readonly. This is found by searching
> it's 'owner' for a TIB_Session component. Fair enough, but one should
> definately be able to specify this one manually. I create the
> TIBOQuery at runtime, and had to write a workaround making it be able
> to locate a TIB_Session.
TIBOQuery.Create(MySession);
Regards,
HJ