Hi
I have an array of datarows that i wish to put into a new table, i'm completly stuck so i really hope some one can help.
The code looks something like this
dim dstable as new data.datatable
dim dr as datarow()
dr = <array of datarows>
dstable.rows.add(dr)
obviously this doesn't work but you get the picture.
Cheers,
Hugh
If knowlege can create problems it is not through ignorance that we will solve them.
Isaac Asimov
I have an array of datarows that i wish to put into a new table, i'm completly stuck so i really hope some one can help.
The code looks something like this
dim dstable as new data.datatable
dim dr as datarow()
dr = <array of datarows>
dstable.rows.add(dr)
obviously this doesn't work but you get the picture.
Cheers,
Hugh
If knowlege can create problems it is not through ignorance that we will solve them.
Isaac Asimov