J
John Klinger
I need to do the following:
Create a DataSet containing one Table - no problem.
Create a second DataSet containing one Table - no problem.
Instantiate a new (third) DataSet - no problem.
"Insert" DataSet1's Table[0] in DataSet3 as its first Table - problem.
"Insert" DataSet2's Table[0] in DataSet3 as its second Table - problem.
Does anyone know how I can do this?
Thanks
___
Newsgroups brought to you courtesy of www.dotnetjohn.com
Create a DataSet containing one Table - no problem.
Create a second DataSet containing one Table - no problem.
Instantiate a new (third) DataSet - no problem.
"Insert" DataSet1's Table[0] in DataSet3 as its first Table - problem.
"Insert" DataSet2's Table[0] in DataSet3 as its second Table - problem.
Does anyone know how I can do this?
Thanks
___
Newsgroups brought to you courtesy of www.dotnetjohn.com