Subject | Is possible POST_EVENT with arguments ? |
---|---|
Author | rnovakosky2002 |
Post date | 2005-10-07T23:01:05Z |
Hi all
I need to capture events with IDs from Firebird. So as solution, I
built a new table XXX on my database, and a trigger with
POST_EVENT 'MyEvent' + INSERT INTO XXX (My necessary arguments).
So, from my Application, I receive MyEvent, but I need to see the
auxiliar table XXX to capture de IDs. I would like to receive the event
with arguments, MyEvent with one value, is possible ?
Other solution that I found, was to build a
POST_EVENT 'MyEvent'||'MyValue', doing a concat of strings, but by this
way there are more dificult to capture the events on my app.
If someone with other Idea ....
Roberto Novakosky
Delphi Developer
I need to capture events with IDs from Firebird. So as solution, I
built a new table XXX on my database, and a trigger with
POST_EVENT 'MyEvent' + INSERT INTO XXX (My necessary arguments).
So, from my Application, I receive MyEvent, but I need to see the
auxiliar table XXX to capture de IDs. I would like to receive the event
with arguments, MyEvent with one value, is possible ?
Other solution that I found, was to build a
POST_EVENT 'MyEvent'||'MyValue', doing a concat of strings, but by this
way there are more dificult to capture the events on my app.
If someone with other Idea ....
Roberto Novakosky
Delphi Developer