Is there a way to determine the progress of a select statement

  • Thread starter Thread starter Robert Bravery
  • Start date Start date
R

Robert Bravery

Hi all,
New to C#.net

I have a select statement to a rather big CSV file, use MS text ODBC driver.
Is there a way to show the user progress of the data retrieval.
Currently I just have a form stating that it is processing please wait.

Thanks

Robert
 
Using a sql query, I can't think of an event that you
could hook into.
 
Robert,

Since you're probably not spending much time before you start getting records
back, you could bubble up an event that gives you the number of records read
so far ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top