How to clear and refill a dataset dragged from the toolbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to clear and refill a dataset dragged from the toolbox

If I generate a dataset from a dataadapter I can

ds.clear
da.fill(ds, "Table")

How do I do it otherwise?

Thanks,

Dennis
 
Back
Top