I am wondering about performance/speed and ease of programming/use.
I know you can have multiple tables in a dataset. Programatically you can use each table.
But a DataAdapter only seems to be able to use one Query/Result set of data.
Should I (since I have different groups of data I want to use) build multiple DataAdapter/DataSet pairs, or can I have multiple DataAdapters fill the same Dataset?
Thoughts.
I know you can have multiple tables in a dataset. Programatically you can use each table.
But a DataAdapter only seems to be able to use one Query/Result set of data.
Should I (since I have different groups of data I want to use) build multiple DataAdapter/DataSet pairs, or can I have multiple DataAdapters fill the same Dataset?
Thoughts.