Subject | Re: [firebird-support] Problem createing before delete trigger |
---|---|
Author | Alexandre Benson Smith |
Post date | 2005-06-09T04:06:43Z |
Grant Brown wrote:
You trigger name are longer than the maximum accepted length of a FB
identifier. (I think 27 chars)
Reduce the name of your trigger.
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda.
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.6 - Release Date: 08/06/2005
>Hi all,Grant,
>
>I am trying to create a before delete trigger and when I try to save the
>new trigger I get the following error.
>
>So whats wrong ?
>
>----- the trigger code -------
>
> execute procedure P_DELETE_MEMO_TYPE_1(VENDOR_EXP_ACCOUNTS.NOTESID);
>
>------- error recived ---------
>
>ISC ERROR CODE:335544351
>
>ISC ERROR MESSAGE:
>unsuccessful metadata update
>Name longer than database column size
>
>
>
You trigger name are longer than the maximum accepted length of a FB
identifier. (I think 27 chars)
Reduce the name of your trigger.
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda.
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.6 - Release Date: 08/06/2005