D,

I remember from the Kylix Launch that this was going to be available in D6
(with DB Express),
I'll check the D6 I've got here

Your other option is to at runtime 'hook' those events

HTH

Neven


----- Original Message -----
From: Donovan J. Edye <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sent: Thursday, 31 May 2001 11:51
Subject: [DUG]: [Q] Intercepting Database Changes...


> G'Day All,
>
> I am looking for ideas on how to do the following:
>
> I want to be able to detect all changes made to a database - Inserts,
> Deletes, Updates. For a particular TdataSet this is easy as you could hook
> the BeforePost, AfterPost methods. However a better solution would be
> something that hooks into a TcustomConnection to trap the changes.
> Essentially I would like to be able to derive a component that does what
SQL
> Monitor does. Any suggestions or pointers?
>
> TIA
>
> -- Donovan
> ----------------------------------------------------------------------
> Donovan J. Edye [www.edye.wattle.id.au]
> Namadgi Systems [www.namsys.com.au]
> Voice: +61 2 6285-3460
> Fax: +61 2 6285-3459
> TVisualBasic = Class(None);
> Heard just before the 'Big Bang': "...Uh Oh...."
> ----------------------------------------------------------------------
> GXExplorer [http://www.gxexplorer.org] Freeware Windows Explorer
> replacement. Also includes freeware delphi windows explorer components.
> ----------------------------------------------------------------------
>
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to