kurthack
New member
I am filling a datatable contained within a dataset from a datadapter in a separate thread. What I want to do is see if this datatable is still being "filled" so that I wait until its done before I call upon it from the primary thread. Is there a status in the datatable that shows that it is still being filled that I can check for? My alternatives are to have a switch at the beginning and end of the routine that I monitor instead or simply monitor the spawned thread. Thoughts?
-Kurt
-Kurt