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 string

[firebird-support] Multi-Version Consistent Read Question

2011-12-13 Thread Joey S.
Hello, I am researching methods to achieve high throughput for a learning chat application I am designing as a self-led student. I came across the Multiversion Control method of ACID and have a theoretical question: though it seems remote that a reader of data wouldn't get an old read what has

Re: [firebird-support] Multi-Version Consistent Read Question

2011-12-13 Thread Alexey Kovyazin
Hello Joey, Can you please tell in what university you are studying? Why you have chosen Firebird - was it some recommendation? Regards, Alexey Kovyazin Hello, I am researching methods to achieve high throughput for a learning chat application I am designing as a self-led student. I came

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

2011-12-13 Thread Fabiano
I use charset WIN_1252 for Portuguese characters. -Mensagem original- De: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.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:

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

2011-12-13 Thread Alexandre Benson Smith
What's you connection charset ? You must use the same charset. see you Em 13/12/2011 15:33, Fabiano escreveu: I use charset WIN_1252 for Portuguese characters. -Mensagem original- De: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] Em nome de Alexandre

Re: [firebird-support] Multi-Version Consistent Read Question

2011-12-13 Thread Helen Borrie
At 03:39 AM 14/12/2011, Joey S. wrote: Hello, I am researching methods to achieve high throughput for a learning chat application I am designing as a self-led student. I came across the Multiversion Control method of ACID and have a theoretical question: though it seems remote that a reader of