J
Juan Romero
Hi guys,
Background:
I have a program that has a dataset with a table from SQL Server generated
with a data adapter.
The Question:
How do I add more than one table to the dataset? Do I have to add a new data
adapter for every table I add? or do I just configure the data adapter again
with a different table name to make it retrieve the table definition into
the dataset?
Thank you in advance.
Background:
I have a program that has a dataset with a table from SQL Server generated
with a data adapter.
The Question:
How do I add more than one table to the dataset? Do I have to add a new data
adapter for every table I add? or do I just configure the data adapter again
with a different table name to make it retrieve the table definition into
the dataset?
Thank you in advance.