How to keep an audit/history of changes to the table

后端 未结 8 1811
春和景丽
春和景丽 2020-12-24 14:53

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

8条回答
  •  [愿得一人]
    2020-12-24 15:38

    The best way to do this is set up triggers in the database that write to audit tables.

提交回复
热议问题