Recent content by gomond

  1. G

    returning the running status of a query

    Thanks Marco. That is what I was doing, I was deleting in batches of 10000 rows and wanting the number of rows left in the table. This was sitting in a do while loop. I have since just requeried at the end of each pass and done the math.
  2. G

    returning the running status of a query

    Dont worry I have decided to requery for the rowcount remaining. I was just interested to see if this functionality was within the query VCL. Thanks.
  3. G

    returning the running status of a query

    Dont worry I have decided to requery for the rowcount remaining. I was just interested to see if this functionality was within the query VCL. Thanks.
  4. G

    returning the running status of a query

    I am writing a small tool for one of our managers to delete some data from reporting tables. The query runs for some time and the users become impatient. Can I recieve the number of rows processed dynamically using the threaded query. If so has anyone an example please. I am quite new to Delphi...
Back
Top