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
 
Back
Top