Copying data set rows
Hell all,
I wanted to do something which I though was fairly simple, but I seem to be have trouble finding how to do it.
What I want to do is copy rows from a dataset table into another table in another dataset. (ex ds1.table(0).rows.copyto ds2.table(0)) The schemas are exactly the same. I can't seem to find the right syntax. Can anyone help?
Thanks,
Jim
|