Subject Re: [IBO] Atn: Jason. Regarding Long Running Queries.
Author R. S. Patil
>
> Are you suggesting that this wait state can be changed? To my knowledge,
> ONLY SYBASE (and maybe SOLID) yields control while executing queries.
> There's no info coming from IB while a query executes. There's no way to
> stop a query in the middle.
>

What i mean to say is when query text is sent to server and
server is executing it
the routine from ibo which does this job (just a guess)
might be waiting till the job is finished at server and
when the job is finished it comes out of loop and presents
data. Within that whether its possible to generate timely
events which can serve the purpose. Even
application.Processmessage will also serve the purpose.

Thanks

R. S. patil