Re: [Firebird-net-provider] Possible bug in Solaris

2007-08-15 Thread pablosantosluac
arlos Guzmán Álvarez" <[EMAIL PROTECTED]> Newsgroups: sourceforge.firebird-net-provider To: Sent: Wednesday, August 15, 2007 9:05 AM Subject: Re: [Firebird-net-provider] Possible bug in Solaris Hola: > When you read a char field of lenght 1, Windows and Linux return a char of >

Re: [Firebird-net-provider] Possible bug in Solaris

2007-08-15 Thread Carlos Guzmán Álvarez
Hola: > When you read a char field of lenght 1, Windows and Linux return a char of 1 > but in Solaris you get a string with the value and 2 blanks. Huu it could be a problem with the Encoding implementation of mono, but, can you give us a little more of information, like the character set

Re: [Firebird-net-provider] Possible bug in Solaris

2007-08-14 Thread Jiri Cincura
On 8/14/07, pablosantosluac <[EMAIL PROTECTED]> wrote: > When you read a char field of lenght 1, Windows and Linux return a char of 1 > but in Solaris you get a string with the value and 2 blanks. It's probably problem in Mono when both Linux and Windows versions working. -- Jiri {x2} Cincura (M

[Firebird-net-provider] Possible bug in Solaris

2007-08-14 Thread pablosantosluac
Hi, I've detected the following problem in Solaris with version 1.7.1.0. I'm using mono 1.2.4. When you read a char field of lenght 1, Windows and Linux return a char of 1 but in Solaris you get a string with the value and 2 blanks. Pablo