C
Chris Dunaway
Since I cannot seem to find another group for posting ADO.Net
questions, I'll ask here.
I can create a query that will return a DataSet with one or more tables
in it. Is it possible to execute a query and "add" a table to the
DataSet?
For example, suppose during the process I issue a query that returns a
DataSet with a table that contains Customers in it. Now I want to
issue an additional query that will get Customer Orders but I want this
new DataTable to be added to the existing DataSet. I may further want
to get Order Details and add that table to the DataSet, all with their
appropriate data relations if possible.
How is this done?
Thanks,
Chris
questions, I'll ask here.
I can create a query that will return a DataSet with one or more tables
in it. Is it possible to execute a query and "add" a table to the
DataSet?
For example, suppose during the process I issue a query that returns a
DataSet with a table that contains Customers in it. Now I want to
issue an additional query that will get Customer Orders but I want this
new DataTable to be added to the existing DataSet. I may further want
to get Order Details and add that table to the DataSet, all with their
appropriate data relations if possible.
How is this done?
Thanks,
Chris