I know it is probably obvious, but I tried dataset.Tables(TableName).Dispose(), but it doesnt clear or delete the table by name.
The next fill with the same tablename adds to the end of the dataset.tables(TableName).
How do I Clear or Delete a datasets Table?
Barry
The next fill with the same tablename adds to the end of the dataset.tables(TableName).
How do I Clear or Delete a datasets Table?
Barry
Last edited by a moderator: