Dataset mapping

  • Thread starter Thread starter Klaas
  • Start date Start date
K

Klaas

Hi all,

Is it possible to read data from one database table into a dataset,
apply a sort of mapping scheme to the dataset and update two other
database tables with the data from the source table?

If yes, how can this be achieved?

Thanx,
Klaas
 
You could load all three tables into a dataset and set DataRelations on
each. MSDN has plenty of documentation on how to do this.

Jason Bentley
 

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