G
Guest
Hi,
my code is:
DataTable dt = myDataSet.Tables[0];
newDataSet.Tables.Add(dt);
This code generate an error... "tha table dt already belongs to a dataset"...
is there a solution to this problem? namely, I would like to reach this
aim... is there another solution code?
Thanks
my code is:
DataTable dt = myDataSet.Tables[0];
newDataSet.Tables.Add(dt);
This code generate an error... "tha table dt already belongs to a dataset"...
is there a solution to this problem? namely, I would like to reach this
aim... is there another solution code?
Thanks