Database Object (DBO) Events

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 579
Joined: Thu Feb 11, 2010 1:39 pm

Database Object (DBO) Events

#1 Post by unixkd »

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.

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Database Object (DBO) Events

#2 Post by rdonnay »

I have very limited experience with ADT tables. In particular I don't like they way they are bound to the data dictionary. I had to write special code to handle this issue when deploying database updates. ADT just doesn't work for me when working with legacy data.

If you write me a small sample program that demonstrates this problem, I will work on the issue for you. Please include the ADT files.
The eXpress train is coming - and it has more cars.

Post Reply