G
Guest
I have a datagrid that can be updated. I only want to right the values of the
updated rows. Is there a way to check which row has been updated and only
save that row, or should this be done in the update stored procedure to check
to see if the values in the DB don't match the values being passed in and if
so update the table?
updated rows. Is there a way to check which row has been updated and only
save that row, or should this be done in the update stored procedure to check
to see if the values in the DB don't match the values being passed in and if
so update the table?