M
Marina
Hi,
I have a need to remove a DataRow that is part of one table, and physically
move it over to another table (with the same schema).
I remove the row using the Remove method, and insert it into the other table
using the InsertAt table.
In the process, the values in the row, seem to get reset to their default
value.
Why is its value being reset in the middle of the move?
I have a need to remove a DataRow that is part of one table, and physically
move it over to another table (with the same schema).
I remove the row using the Remove method, and insert it into the other table
using the InsertAt table.
In the process, the values in the row, seem to get reset to their default
value.
Why is its value being reset in the middle of the move?