Board index » delphi » generators, ibtable - Insert via SQL works , append/post doesn't
Gabor Faludi
![]() Delphi Developer |
Fri, 24 Oct 2003 23:26:21 GMT
generators, ibtable - Insert via SQL works , append/post doesn't
Hello IBX Gurus,
I have a table for storing customers information (below). Many thanks, /* Table: CUSTOMERS, Owner: SYSDBA */ CREATE TABLE "CUSTOMERS" /* Triggers only will work for SQL triggers */ CREATE TRIGGER "INS_CUSTID" FOR "CUSTOMERS" COMMIT WORK ^ |