Subject | Re: [firebird-support] Integer & varchar Concatenation |
---|---|
Author | Jonathan Neve |
Post date | 2004-10-27T12:08:30Z |
mohamed_banaouas wrote:
Also, does it work if you manually cast the integer as a varchar?
Jonathan Neve.
>Hi,What's the error message?
>I'm facing a strange behavour from Firebird 1.5:
>It's about using Concatenation opérator (||) when used with combined
>types, integer and varchar. The varchar contains "accentuated"
>characters (à,é, etc. ...). My database is based on ANSI_CHARSET charset.
>
>this works fine:
>Select 1 || ' Chèque' from rdb$database
>
>BUT this does not work
>Select * From SP_PIPE(1,' Chèque');
>
>
Also, does it work if you manually cast the integer as a varchar?
Jonathan Neve.