B
Brad Wood
I'm just trying to get a simple parent-child example working using the
designer.
I've done this:
- Added 2 tables with columns to a DataSet.
- Added a relationship between the 2 tables to the DataSet.
- Now I assume I need to set table mappings in my DataAdapter (when I
run the project all of the returned data is loaded into only one of my
data tables).
- When I open the Table Mappings dialog and check "Use a dataset to
suggest table and column names", the corresponding drop list reports,
"(no datasets in project)".
What do I need to do to make my DataAdapter recognize my Dataset?
designer.
I've done this:
- Added 2 tables with columns to a DataSet.
- Added a relationship between the 2 tables to the DataSet.
- Now I assume I need to set table mappings in my DataAdapter (when I
run the project all of the returned data is loaded into only one of my
data tables).
- When I open the Table Mappings dialog and check "Use a dataset to
suggest table and column names", the corresponding drop list reports,
"(no datasets in project)".
What do I need to do to make my DataAdapter recognize my Dataset?