K
Kaveri
Currently we use a data adapter and a dataset for fetching
data from multiple data source.
Once we populate the data from each data source we
merge all datasets into a single dataset.
Hence if there are 50 data retrieved from 50 different
sources, we will have to have 50 adapters and datasets.
We need to know if there are any better approach to this
solution ?
Any suggestions will be highly Appreciated.
data from multiple data source.
Once we populate the data from each data source we
merge all datasets into a single dataset.
Hence if there are 50 data retrieved from 50 different
sources, we will have to have 50 adapters and datasets.
We need to know if there are any better approach to this
solution ?
Any suggestions will be highly Appreciated.