I\'ve been asked to create a simple DataGrid-style application to edit a single table of a database, and that\'s easy enough. But part of the request is to create an audit t
The best way to do this is set up triggers in the database that write to audit tables.