Subject | Re: [IBO] Threaded quiries |
---|---|
Author | IB Objects |
Post date | 2003-06-11T18:30:52Z |
Have a TIB_Session component and then create the connection components with
the session as the owner.
Jason
the session as the owner.
Jason
----- Original Message -----
From: "Louis Louw" <louis@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, June 11, 2003 12:27 AM
Subject: Re: [IBO] Threaded quiries
> Hi!
>
> Whats the minimum requirements to execute quiries inside threads.
>
> Right now I have a TIB_Connection and TIBOQuery per thread - but I get
some
> weird deadlocks at stages when the TIB_Database calls the
> TIB_Datase.API_CloseCursor
>
> The threading code works fine for other databases (Paradox, MySQL, MS SQL)
> so I kinda know that code is stable. so it must be something I'm doing
wrong
> with the TIB_Connection?
>
> Thanx
> Louis