B
Bob Weiner
I'm trying to learn/use ADO.Net and am puzzled by the DataAdapter.
It has a TableMappings property which is a collection of mappings from the
source into the DataSet. This implies that the DataAdapter can retrieve
many tables from a source and store each in a single DataSet.
But it only has a single SelectCommand so Fill() will only return single
result set.
I want to read 4 tables out of an access db. Do I need to create 4
DataAdapters to do it?
Confused
It has a TableMappings property which is a collection of mappings from the
source into the DataSet. This implies that the DataAdapter can retrieve
many tables from a source and store each in a single DataSet.
But it only has a single SelectCommand so Fill() will only return single
result set.
I want to read 4 tables out of an access db. Do I need to create 4
DataAdapters to do it?
Confused