C
cj
If I have a dataset with a datatable and I want to make a copy of this
in a different datatable. I've tried:
MyDt = MyDs.Tables("testTable")
Problem is when I later in code issue:
MyDt.clear()
it clears MyDs.Tables("testTable") also.
How can this be accomplished?
in a different datatable. I've tried:
MyDt = MyDs.Tables("testTable")
Problem is when I later in code issue:
MyDt.clear()
it clears MyDs.Tables("testTable") also.
How can this be accomplished?
