Detect time of last change on a Microsoft Access database table

后端 未结 4 818
甜味超标
甜味超标 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 00:57

    There isn't a way without "manually" writing to a column each time you access the table.

提交回复
热议问题