Re: Table names limit to 8 chars on Forms ?!

From: Pedro Pimentel <ppf_at_fct.unl.pt>
Date: Mon, 20 Jun 1994 04:35:19 GMT
Message-ID: <1994Jun20.043519.5019_at_fct.unl.pt>


In article <1994Jun20.012836.20129_at_fct.unl.pt>, ppf_at_fct.unl.pt (Pedro Pimentel) says:

> I'm using Forms4.0 for Windows for the first time and I was getting
>really stupid errors on triggers created by the Default Block option to
>enforce integrity constraints (foreign keys, etc).
>
> After many frustration I tried to create similar forms with the
>demo tables (emp, dept, etc). Everything worked fine. It seems the
>problem was because I was using "long" names for my tables (10-12
>chars).

  Ooops... Just found out it isn't because of the table name length but it seems to happen only on those tables on wich I have created triggers:

create or replace trigger check_thesaurus_SOME_TABLE   before insert or update
  on SOME_TABLE
  for each row
  declare dummy integer ;
begin
  BLA
  BLA
end;

Any idea ?

Pedro Pimentel
ppf_at_fct.unl.pt Received on Mon Jun 20 1994 - 06:35:19 CEST

Original text of this message