Hi all,
I have two identical DataTables. One of the columns is a computed one.
With a DataReader I try to copy the DataRows from one table to the
other, but I get an InvalidOperationException, because calculated
columns can not be set. Does anyone know a solution to work around
this behaviour, for example how to exlude this column from the copy
process (without removing it from the table)?
Thanks in advance
Andy