M
Mo
Hello...
I have two columns in a datatable. column calcCol1 and Col1. When I loop through the records to copy data from the computed column to the original column it gives an error saying that there is no data. (although I know there is).
I loop as follows
dim dr as datarow
for each row in dtable
dr("Col1") = dr("CalcCol1")
next
what I am doing wrong?
thanks in advance.
___
Newsgroups brought to you courtesy of www.dotnetjohn.com
I have two columns in a datatable. column calcCol1 and Col1. When I loop through the records to copy data from the computed column to the original column it gives an error saying that there is no data. (although I know there is).
I loop as follows
dim dr as datarow
for each row in dtable
dr("Col1") = dr("CalcCol1")
next
what I am doing wrong?
thanks in advance.
___
Newsgroups brought to you courtesy of www.dotnetjohn.com