Subject Re: [IBO] (Solved !) deadlock error on IBO /FB 1.02 - what may be the reason ?
Author HJ
On Mon, 08 Dec 2003 11:50:45 -0000, bjorgeitteno <bjorge@...> wrote:

> --- In IBObjects@yahoogroups.com, "bjorgeitteno" <bjorge@i...> wrote:
>
> 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.

At runtime you can write:

TIBOQuery.Create(MySession);


Regards,
HJ