Subject | Re: URGENT - CONCATENATION ERROR - BUG |
---|---|
Author | crizoo4712 |
Post date | 2008-01-25T14:59:39Z |
300 characters are enough, but meanwhile i extended the field to 3000.
It didn't help.
Also the casts didn't help.
--
Christoph
--- In firebird-support@yahoogroups.com, Magnus Titho
<magnus.titho@...> wrote:
It didn't help.
Also the casts didn't help.
--
Christoph
--- In firebird-support@yahoogroups.com, Magnus Titho
<magnus.titho@...> wrote:
>it as
> 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
> varchar(300)them
>
> Additionally, you try to concat strings and other data types - cast
> as varchar!
>
>
> --
> Magnus
>