Subject Re: [IBO] Threaded quiries
Author Louis Louw
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