D
David C
Is there a way in asp.net web page code to issue an UPDATE to a SQL Server
table and only include those columns that actually changed, e.g. from a
FormView? Many times a user only changes 1 column value in a 20 column
table and the UPDATE trigger fires each time. I was wondering if there
would be some way in a Updating event of a data source to compare before and
after values and build the UPDATE statement accordingly. Thanks.
David
table and only include those columns that actually changed, e.g. from a
FormView? Many times a user only changes 1 column value in a 20 column
table and the UPDATE trigger fires each time. I was wondering if there
would be some way in a Updating event of a data source to compare before and
after values and build the UPDATE statement accordingly. Thanks.
David