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

RE: How to clear and refill a dataset dragged from the toolbox by polynomial5d

polynomial5d
Thu Oct 21 08:07:06 CDT 2004

I figured it out for myself. Thanks.

dennis

"Dennis" wrote:

> 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