1
Answer

how to clear dataset?


hi,
 how to clear total table in dataset.
 i am trying like
 dim dset as new datset()
 .
 .
 .
 dset.clear()
 in this case it clear only rows. but my aim is clear total table from dataset.
 please give a solution
Thanks.

Answers (1)