Re: [firebird-support] Why this returns string truncate??

2011-12-13 Thread Alexandre Benson Smith
oups.com] Em nome de Alexandre Benson Smith > Enviada em: terça-feira, 13 de dezembro de 2011 15:06 > Para: firebird-support@yahoogroups.com > Assunto: Re: [firebird-support] Why this returns string truncate?? > > Em 13/12/2011 09:32, Fabiano escreveu: >> I have this situation: >>

RES: [firebird-support] Why this returns string truncate??

2011-12-13 Thread Fabiano
: [firebird-support] Why this returns string truncate?? Em 13/12/2011 09:32, Fabiano escreveu: > I have this situation: > > > > CREATE TABLE TESTE (TXT VARCHAR(100)); > > > > insert into TESTE(TXT) values ('MECƒNICA'); > > > > This simple select re

Re: [firebird-support] Why this returns string truncate??

2011-12-13 Thread Alexandre Benson Smith
Em 13/12/2011 09:32, Fabiano escreveu: > I have this situation: > > > > CREATE TABLE TESTE (TXT VARCHAR(100)); > > > > insert into TESTE(TXT) values ('MECƒNICA'); > > > > This simple select return “Arithmetic overflow or division by zero has > occurred. Arithmetic exception, numeric overflow, or s

[firebird-support] Why this returns string truncate??

2011-12-13 Thread Fabiano
I have this situation: CREATE TABLE TESTE (TXT VARCHAR(100)); insert into TESTE(TXT) values ('MECƒNICA'); This simple select return “Arithmetic overflow or division by zero has occurred. Arithmetic exception, numeric overflow, or string truncation. String right truncation.” select