J
JD Kronicz
I am new to VS.net and I am trying to figure out how to
use data adapters and datasets. It seems that from what I
have read you typically use a data adapter to retrieve a
single table. Then multiple data adapters are used to
fill a single dataset and relations are defined to yield a
hierarchial structure.
I see that you can configure a data adapter to return more
than one table. Why not use a data adapter to return
multiple tables to a dataset instead of a seperate data
adapter for each data table?
I am also trying to figure out when you would use views or
stored procedures in the database as opposed to
constructing these same elements in a dataadapter.
Any thoughts on this topic would be greatly appreciated.
In addtion, any references would also be appreciated.
Thanks - JD
use data adapters and datasets. It seems that from what I
have read you typically use a data adapter to retrieve a
single table. Then multiple data adapters are used to
fill a single dataset and relations are defined to yield a
hierarchial structure.
I see that you can configure a data adapter to return more
than one table. Why not use a data adapter to return
multiple tables to a dataset instead of a seperate data
adapter for each data table?
I am also trying to figure out when you would use views or
stored procedures in the database as opposed to
constructing these same elements in a dataadapter.
Any thoughts on this topic would be greatly appreciated.
In addtion, any references would also be appreciated.
Thanks - JD