Bob,
Can you at least show what your insert statement looks like please?
Also, are you using ODBC or VitaVoom's direct driver for DBExpress?
Frank
Bob Pawley wrote:
The folks on the Delphi forum haven't been responsive to this
question. Perhaps the ones that visit the forum don't know the
Do you refresh you database after you add the function? It will not
show up until after you refresh.
Ted Byers wrote:
Well, I just ran another test and the result indicates the cause of
the problem lies elsewhere. I replaced the original function name
with "add_entity" and the end result is
I think that you forgot the table name.
CREATE TRIGGER "updateContact" AFTER INSERT OR UPDATE
ON contacts FOR EACH ROW
EXECUTE PROCEDURE "contacts"."addContactField"();
Frank
Jamie Deppeler wrote:
What i am trying to do is update the field contact with field values
in firstname and lastname
TIP 2: Don't 'kill -9' the postmaster
Dr NoName wrote:
The common view on this kind of thing is that if
your client is broken,
you need to fix it.
The problem is, we can't fix the users, nor can we fix
other software that our client has to interact with.
There will always be occasional