StrataFrame Forum

Save Behavior

http://forum.strataframe.net/Topic4839.aspx

By Jon Olson - 11/28/2006

In my SQL database we generate an audit row for every change made in the table

It looks like when I update a record with the framework it updates fields that have not changed. Is there a way to avoid this?

By Trent L. Taylor - 11/28/2006

No.  This would require a major logic change to the framework.  If you want to do this, your only option at the moment would be to create a stored procedure that manages this yourself (not recommended).