G
Guest
I'm currently planning out a project and I wanted to make sure it's easy to
do something (or at least possible). Basically we're going to have a grid
reporting off of dataset (with a relative dataadapter). My question revolves
around the dataadapter's update ability. First of all the dataset will
contain multiple tables. Now when the Update method is called, there has to
be special logic. Basically, if the user has changed the text of a certain
column in the record, that record is not simply updated. It is copied to a
new record, it's old xref reference is deleted, and a new one is made to the
new record (to keep the old record data in tact). I think that i might be
able to pull this off using only sql (will that work in the context of an
update), but i'd rather do code. Is it possible to like override the update
call and put a bunch of .net code in to work with the records being updated?
not sure.
Thank for any help.
do something (or at least possible). Basically we're going to have a grid
reporting off of dataset (with a relative dataadapter). My question revolves
around the dataadapter's update ability. First of all the dataset will
contain multiple tables. Now when the Update method is called, there has to
be special logic. Basically, if the user has changed the text of a certain
column in the record, that record is not simply updated. It is copied to a
new record, it's old xref reference is deleted, and a new one is made to the
new record (to keep the old record data in tact). I think that i might be
able to pull this off using only sql (will that work in the context of an
update), but i'd rather do code. Is it possible to like override the update
call and put a bunch of .net code in to work with the records being updated?
not sure.
Thank for any help.