Database Object (DBO) Events
Posted: Sat Apr 04, 2015 5:25 am
Hi Roger
I am writing an Audit Trail routine for my application using DC_DBNotify() Class. I discovered that the "OnTableDeleted" (DBO_TABLE_DELETED) will not fire when using dbDelete() on ADS ADT tables. I look at the source code for DC_DbNotify and discovered that you were doing a work-around using deleted() function which is not applicable to .adt tables.
Any suggestion will be appreciated.
Thanks.
Joe.
I am writing an Audit Trail routine for my application using DC_DBNotify() Class. I discovered that the "OnTableDeleted" (DBO_TABLE_DELETED) will not fire when using dbDelete() on ADS ADT tables. I look at the source code for DC_DbNotify and discovered that you were doing a work-around using deleted() function which is not applicable to .adt tables.
Any suggestion will be appreciated.
Thanks.
Joe.