Last DML operation done on a DB table at table level

Tarun213706

New Member
Hi,

Can anyone help me out . I wanted to know the last DML operation done on a DB table at table level. How do we find it out.?

Thanks in advance.
 
Hi, What i really meant is - How do we check what is the last DML operation("CREATE", "DELETE", "UPDATE") done on any DB table .
 
Either you have rolled your own audit mechanism that provides that information ( usually implemented in database triggers ) or you use the audit functionality built-in the database engine that is available since ca. OE10.1c. If the answer for both is no - then you can't.

Out-of-the-box there is no such feature in the database.

Heavy Regards, RealHeavyDude.
 
Also, don't try to view the Progress DB in SQL terms. It will only lead you to pain, agony and frustration. Progress is not SQL
 
Back
Top