Page 1 of 1

NonBlocking mode messages

Posted: Wed 15 Feb 2006 01:49
by MarkBenthic
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

Posted: Wed 15 Feb 2006 15:12
by Challenger
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.