ImportRow Question
-
I have this program where I'm supposed to copy a datarow into another databale. Herefore I use the ImportRow method. The problem is that this method does not return the newly created datarow. Can anyone tell me how to get the new datarow that is created after calling ImportRow? Or is there a better way to copy a datarow between tables? Thanks in advance
-
I have this program where I'm supposed to copy a datarow into another databale. Herefore I use the ImportRow method. The problem is that this method does not return the newly created datarow. Can anyone tell me how to get the new datarow that is created after calling ImportRow? Or is there a better way to copy a datarow between tables? Thanks in advance
Hi, DataTable.LoadDataRow might work better for you. Hope this helps. Andres Manggini. Buenos Aires - Argentina.
-
Hi, DataTable.LoadDataRow might work better for you. Hope this helps. Andres Manggini. Buenos Aires - Argentina.