Subject Re: [firebird-support] Re: URGENT - CONCATENATION ERROR - BUG
Author Magnus Titho
crizoo4712 wrote:
> CREATE PROCEDURE P_TESTCONCAT
> AS
> DECLARE VARIABLE P_TEXT VARCHAR(300) DEFAULT '';
>
[...]
You said your field is 2056 characters wide, but here you declare it as
varchar(300)

Additionally, you try to concat strings and other data types - cast them
as varchar!


--
Magnus