How can I tell where a dataset was generated from?

  • Thread starter Thread starter Doru Roman
  • Start date Start date
D

Doru Roman

Hi,

Having created a data adaptor and then a dataset with the wizard, the
dataset does not bear any information about the data adaptor that generated
it. A good practice is to have both with similar Name, but if there are no
hints, how can I tell?
Thanks,
Doru
 
Doru,

I am not sure I understand what you are trying to get at. A data
adapter doesn't create a data set, it only populates one, and subsequently
updates a back end data store from changes made in a data set.

As long as the schema in the data set corresponds to the back end data
source being updated, it doesn't matter who made the data set.

Hope this helps.
 
Doru,

Very few questions are truly stupid. If it helps to expand someone's
knowledge, then it is definitely a good thing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top