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

Re: Dataset mapping by Jason

Jason
Fri Mar 05 07:08:30 CST 2004

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

"Klaas" <hemerijckxk@spector.be> wrote in message
news:a54c3e5c.0403040405.1800b3d@posting.google.com...
> 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