Progress of DataAdapter.Fill?
Posted by: John Sisk
Date: January 04, 2007 03:48PM

Does anyone know of a way that I'd be able to check the fill progress of a DataSet (preferably returning number of rows gathered)? In other words, is there some way for me to check the percentage of completion when performing a DataAdapter.Fill statement? The only ways I can think to do so right now are to issue SELECT COUNT, then collect records in groups of 10 (sloppy) or continuously poll the DataSet table in an asyncronous thread while the former thread is executing the DataAdapter.Fill command (also sloppy and consuming).

I'm coding in C# with the latest MySQL adapter (1.08).

Options: ReplyQuote


Subject
Written By
Posted
Progress of DataAdapter.Fill?
January 04, 2007 03:48PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.