N
Nijazi Halimaji
Hi everybody
I try to copy a row into another row. trying this will cause an error : "The
row already belongs to another table"
this is my code:
dsnotSent.Tables(0).Rows.Add(ds.tables(0).rows(0))
How to handle this?
Thanks alot
Nijazi Halimaji
I try to copy a row into another row. trying this will cause an error : "The
row already belongs to another table"
this is my code:
dsnotSent.Tables(0).Rows.Add(ds.tables(0).rows(0))
How to handle this?
Thanks alot
Nijazi Halimaji