Detect time of last change on a Microsoft Access database table

后端 未结 4 783
甜味超标
甜味超标 2021-01-17 00:00

Does anyone know of a way to detect when the last time a Microsoft Access table has been changed (inserted into or updated)? We used OLEDB via ADO COM to communicate with a

4条回答
  •  悲&欢浪女
    2021-01-17 01:03

    You will need to implement a timestamp column in your table, and update the value during your data changes.

提交回复
热议问题