I am inserting a large csv into a db and would like to keep track of the progress. During the insert of the csv I update an additional progress table with the total and current row count. Is there anyway for me to update the progressarea while the csv data is being inserted with a query to the progress table? I've tried to just add a query the custom progressarea demo but can seem to get both to run at the same time. Any help or suggestions on a different approach would be well appreciated.
Thanks
Thanks