Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread attaching to initated or currently running dbisam engine
Wed, Jan 30 2008 11:49 AMPermanent Link

thad
This might be more of an OS type of question than a DBISAM question, but I thought I'd ask.

Would it be possible to have a service running on a computer and "know" when the dbisam engine was initated (say by having an application start that has dbisamtb in the uses), or to tell if
it is already running.

Somehow attach to that engine instance, and trap its trigger events (AfterInsert, AfterUpdate, etc)?

The situation is that you don't want to mess with the existing application, but you'd like to audit some table changes.

Thanks
Wed, Jan 30 2008 2:34 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Thad,

<< This might be more of an OS type of question than a DBISAM question, but
I thought I'd ask.

Would it be possible to have a service running on a computer and "know"
when the dbisam engine was initated (say by having an application start that
has dbisamtb in the uses), or to tell if it is already running.

Somehow attach to that engine instance, and trap its trigger events
(AfterInsert, AfterUpdate, etc)?

The situation is that you don't want to mess with the existing application,
but you'd like to audit some table changes. >>

You could monitor certain directories/files via the monitoring facilities in
Windows.  However, they're not particularly granular in terms of the
notification times and will only tell you if someone modified the files (I
believe).

You can find out more here:

http://delphi.about.com/od/kbwinshell/l/aa030403a.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Image