Subject | Re: [firebird-support] Post_Event with 2 parameters |
---|---|
Author | Markus Ostenried |
Post date | 2004-02-28T23:43:29Z |
At 22:32 Saturday, 28.02.2004 +0200, Yossi Zaig wrote:
enhancements of events. It looks as if Dmitry Yemanov already had
implemented the change. But don't know if this change has made it into the
current release - the whatsnew.txt doesn't mention it but I saw some notes
in the changelog.
Below is a part of Dmitry's message - I'll send you the full message in
private since its a bit long.
bye,
Markus
-----------------------------------------
From: "Dmitry Yemanov" <dimitr@...>
To: <firebird-devel@...>
Subject: RE: [Firebird-devel] Events Improvement
Message-ID: <800E6143628ED411A73100D0B7175C250151ED@...>
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_0000_01C0D342.CC220DE0"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
Date: Wed, 2 May 2001 21:01:19 +0400
Hi,
I have practically finished (at least I think so) the work with the events
enhancement (* and ? wildcards support was added). Unfortunately, I had only
about 2-3 hours per week to work on it, so this plan was achieved later than
I expected. I could commit the source files (as well as win32 binaries)
right now, but I would prefer to get some feedback before making this step.
You can find the brief explanation of the changes I made and questions I
need to have answered below.
IMPLEMENTATION
Files touched: event_proto.h, event.h, event.c, utl.c, dfw.e, why.c (all in
/jrd)
<snip>
>Hi.Some time ago (may 2001) there was some talk in firebird-devel list about
>
>Using FB 1.5 / Delphi 7 / FIBPlus.
>
>Is it possible to send 2 parameters with Post event,
>I am looking for way to notify the client that some table was updated and
>which record for example:
>POST_EVENT 'TableUpdate', 'Customers-12345'
>
>Some one advised me to build something like the "DMLCache mechanism", I
>hope to find a simpler way to do it.
>
>If it does not exists on FB 1.5, Will it be available on FB 2.xx ?
enhancements of events. It looks as if Dmitry Yemanov already had
implemented the change. But don't know if this change has made it into the
current release - the whatsnew.txt doesn't mention it but I saw some notes
in the changelog.
Below is a part of Dmitry's message - I'll send you the full message in
private since its a bit long.
bye,
Markus
-----------------------------------------
From: "Dmitry Yemanov" <dimitr@...>
To: <firebird-devel@...>
Subject: RE: [Firebird-devel] Events Improvement
Message-ID: <800E6143628ED411A73100D0B7175C250151ED@...>
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_0000_01C0D342.CC220DE0"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
Date: Wed, 2 May 2001 21:01:19 +0400
Hi,
I have practically finished (at least I think so) the work with the events
enhancement (* and ? wildcards support was added). Unfortunately, I had only
about 2-3 hours per week to work on it, so this plan was achieved later than
I expected. I could commit the source files (as well as win32 binaries)
right now, but I would prefer to get some feedback before making this step.
You can find the brief explanation of the changes I made and questions I
need to have answered below.
IMPLEMENTATION
Files touched: event_proto.h, event.h, event.c, utl.c, dfw.e, why.c (all in
/jrd)
<snip>