Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的数据库中有许多表单,我已经能够为每个表中的每条记录捕获 CREATE_DATE_TIME。有没有办法同时捕获每条记录的 MOD_DATE_TIME?即最后一次捕获记录被修改的时间?
MOD_DATE_TIME在表单的事件中设置值BeforeUpdate- 就像您已经CREATE_DATE_TIME在BeforeInsert事件中一样。
MOD_DATE_TIME
BeforeUpdate
CREATE_DATE_TIME
BeforeInsert