C
claire
Hi,
I have a windows form c# project using a typed dataset. When a row is
changed i need to
update the revision column of the dataset, before calling the
dataadapter.Update to update the database. I thought maybe i could use the
row changing event of the dataset to add one to the revision column for only
those rows that have changed. Will this work and if so how do i call that
method?
Thank you in advance.
Claire
I have a windows form c# project using a typed dataset. When a row is
changed i need to
update the revision column of the dataset, before calling the
dataadapter.Update to update the database. I thought maybe i could use the
row changing event of the dataset to add one to the revision column for only
those rows that have changed. Will this work and if so how do i call that
method?
Thank you in advance.
Claire