Re: [GENERAL] Interface

2006-05-10 Thread Frank L. Parks
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

Re: [GENERAL] Final stored procedure question, for now anyway

2005-12-28 Thread Frank L. Parks
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

Re: [GENERAL] stack depth limit exceeded

2005-08-29 Thread Frank L. Parks
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

Re: [GENERAL] transaction timeout

2005-07-26 Thread Frank L. Parks
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