Subject | Re: [firebird-support] Re: URGENT - CONCATENATION ERROR - BUG |
---|---|
Author | Magnus Titho |
Post date | 2008-01-25T14:36:48Z |
crizoo4712 wrote:
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
> 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