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
If I generate a dataset from a dataadapter I can
ds.clear
da.fill(ds, "Table")
How do I do it otherwise?
Thanks,
Dennis