Thanks Cor,
importrow is a good idea.
Frank
"Cor Ligthert" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Frank,
>
> The datarowview is nothing than a view on a datarow, so copying it seems
for
> me a little bit impossible.
>
>
http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemdatadatarowviewclasstopic.asp
>
> You can copy of course a datarow using the importmethod into a new table
> which has the same signature because it is cloned from the original table.
>
> http://support.microsoft.com/default...b;en-us;305346
>
> For what you can use of course use the row property from the datarowview
> what references to the datarow
>
>
http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemdatadatarowviewclassrowtopic.asp
>
> I hope this helps?
>
> Cor
>
>