Subject | Firebird Event Names |
---|---|
Author | kranas97 |
Post date | 2005-04-01T05:32:15Z |
In a before update, insert, delete trigger
it is possible to do
POST EVENT new.field_name
to post an event with the data contained in the field.
But if the data contains greek letters the event
isn't posted. If it contains only english letters and numbers
it works fine.
I'm using firebird 1.5.2, database encoding WIN1253
and borland C++ 6. I have tried to catch events
with IBPP, ibx and UIB components but nothing worked.
Any help please;
it is possible to do
POST EVENT new.field_name
to post an event with the data contained in the field.
But if the data contains greek letters the event
isn't posted. If it contains only english letters and numbers
it works fine.
I'm using firebird 1.5.2, database encoding WIN1253
and borland C++ 6. I have tried to catch events
with IBPP, ibx and UIB components but nothing worked.
Any help please;