R
Rick Lederman
Is a DataSet.Clear required before new data is brought into the dataset?
I.E. daMyDataset.Fill(dsMyDataset)
Can I simply refill the dataset with new data intended to totally replace
the old data, or must I do a .Clear first?
Thanks
Rick Lederman
I.E. daMyDataset.Fill(dsMyDataset)
Can I simply refill the dataset with new data intended to totally replace
the old data, or must I do a .Clear first?
Thanks
Rick Lederman