Subject | Re: [firebird-support] help with trigger |
---|---|
Author | Sam Hunt |
Post date | 2005-06-29T19:50:25Z |
Ivan Cruz wrote:
I'll strip out my app code that was updating this and see what happens.
Thx so much.
Sam H.
>delphigurusam wrote:It ran without error.
>
>
>
>> NEW.DISPLAY_NAME=UPPER(NEW.LAST_NAME)+', '+NEW.FIRST_NAME+'
>>'+NEW.MI;
>>
>>
>>
>>
>>
>
>Try
>
>NEW.DISPLAY_NAME=UPPER(NEW.LAST_NAME)||', '||NEW.FIRST_NAME||' '||NEW.MI;
>
>
>
>Ivan.
>
>
>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>Visit http://firebird.sourceforge.net and click the Resources item
>on the main (top) menu. Try Knowledgebase and FAQ links !
>
>Also search the knowledgebases at http://www.ibphoenix.com
>
>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
I'll strip out my app code that was updating this and see what happens.
Thx so much.
Sam H.