Subject | Re: [ib-support] FW: newbie ?s - trigger problem revisited |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2002-02-20T06:24:18Z |
On 19 Feb 2002 at 12:17, jon-david schlough wrote:
error because IB in 3rd dialect refuses to perform implicit
conversion between datatypes and '1' is a character string,
not integer constant.
SY, Dimitry Sibiryakov.
> BEGINIf TID is an integer, then this insert will cause an
> INSERT INTO TRANSACTION1
> ( TID, TRANS_TYPE, EDITOR)
> VALUES
> ('1', 'insert', 'dude');
> END;
error because IB in 3rd dialect refuses to perform implicit
conversion between datatypes and '1' is a character string,
not integer constant.
SY, Dimitry Sibiryakov.