Re: [Firebird-net-provider] Mono Linux Unable to connect to FB Database.

2009-12-05 Thread marius adrian popa
On Sat, Dec 5, 2009 at 11:43 AM, marius adrian popa wrote: > On Sat, Dec 5, 2009 at 10:38 AM, Jiri Cincura wrote: >> Looks like Mono isn't supporting this charset. I know, that Mono has >> no idea about ks_c_5601-1987, but this worked, at least in some >> previous versions of Mono. Try to find so

Re: [Firebird-net-provider] Mono Linux Unable to connect to FB Database.

2009-12-05 Thread marius adrian popa
On Sat, Dec 5, 2009 at 10:38 AM, Jiri Cincura wrote: > Looks like Mono isn't supporting this charset. I know, that Mono has > no idea about ks_c_5601-1987, but this worked, at least in some > previous versions of Mono. Try to find some reference to shift_jis in > Mono changelog or sources, maybe p

Re: [Firebird-net-provider] Mono Linux Unable to connect to FB Database.

2009-12-05 Thread Jiri Cincura
Looks like Mono isn't supporting this charset. I know, that Mono has no idea about ks_c_5601-1987, but this worked, at least in some previous versions of Mono. Try to find some reference to shift_jis in Mono changelog or sources, maybe previous version. Or just comment this line in sources and buil

[Firebird-net-provider] Mono Linux Unable to connect to FB Database.

2009-12-04 Thread Michael Bushby
This is my first firebird / Mono project with .net so I'm a complete newbie. I have a database stored int /var/db/menumate.fdb I can connect to it fine using flamerobin. I cant connect to it with the following code. logger.Debug("Connecting to DB."); FbConnectionStringBuilder cs = n