Last Access/Update to a table

Is there any possibility provided by the navision database itself, to find out when a table was used the last time (in Navision 2.0) (i definitely do not want to program any modify/insert/delete triggers [:D])

In V3.60 you can track data changes (but not simple “view only” accesses), through use of the Change Log feature. In V2.50 you cannot do even this without the addition of a modification.

quote:


Originally posted by daves
In V3.60 you can track data changes (but not simple “view only” accesses), through use of the Change Log feature. In V2.50 you cannot do even this without the addition of a modification.


Thank you! So it seems, one more reason for a kernel upgrade!