NonBlocking mode messages

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MarkBenthic

NonBlocking mode messages

Post by MarkBenthic » Wed 15 Feb 2006 01:49

Hi All,

I'm working with the trial odac, so I can't check the source code to find the answer to this. Is there an event that gets fired when the query is in nonblocking mode, fetchALL is true, and the entire process is complete? Basically I want the entire query and all fetching to happen in the background thread and then be notified when it is all done and ready. Any suggestions/help greatly appreciated!

-Mark

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 15 Feb 2006 15:12

We have no event that handles this situation. For that you can check the value of Fetching property. It is true if query is still fetching data.

Post Reply