I populate a DataSet Table using the DataAdapter.
Then the query changes and I need to repopulate the DS.Table[MyTableName]
I am getting extra rows. It keeps adding to the existing rows. I have tried DS.Tables[myTable].Clear and DS.Tables[myTable].Reset
What am I doing wrong
Thanks,
Mike