Subject | Re: [ib-support] Trigger SQL |
---|---|
Author | Paul Reeves |
Post date | 2002-02-18T14:03:56Z |
slsolutions2002 wrote:
Paul
--
Paul Reeves
http://www.ibphoenix.com
taking InterBase further
>String concatenation is done with the || symbol.
> Create Trigger tgUpdateFullName For Customers
> After Update
> Position 0
> As
> Begin
> New.FullName = New.LastName + ' ' + New.FirstName;
> End !!
> Set Term ; !!
> Commit;
>
> I get an error message that tells me the calculation is sunsupported.
> Can someone tell me the proper SQL.
>
Paul
--
Paul Reeves
http://www.ibphoenix.com
taking InterBase further