Microsoft Access 视图 - 修改日期/时间
我注意到您可以查看 Microsoft Access 内部视图的上次修改日期/时间,有没有办法使用标准 SQL 获取此数据?
I've noticed that you can view the last modified date / time for a View inside of Microsoft Access, is there a way of getting this data out using standard SQL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我已经找到了隐藏表
MSysObjects
,它保存了对象的名称,以及DateCreated
、DateUpdated
和其他有用的内容信息!OK, I've managed to find the hidden table
MSysObjects
, this holds the Name of the object, along withDateCreated
,DateUpdated
and other useful information!