Re: [Firebird-net-provider] UTF-8 connection problem

2010-04-15 Thread Jiri Cincura
On Thu, Apr 15, 2010 at 13:30, Marcin Kacprzak wrote: > How can I connect using UTF-8 connection, but force FB to read properly the > database path? Right now you can't. Server always handles the string as local charset string. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ |

Re: [Firebird-net-provider] UTF-8 connection problem

2010-04-15 Thread André Knappstein , Controlling
Just a shot into the dark, but did you consider using an alias? I frankly don't know if this solves the problem, but would expect so. check firebird.conf and aliases.conf at the root of your local server. ~~~Ihre Nachricht~~~ MK> Hello. MK> I would like to connect: MK> * using .NET provider f

[Firebird-net-provider] UTF-8 connection problem

2010-04-15 Thread Marcin Kacprzak
Hello. I would like to connect: * using .NET provider for FireBird * to local database (file) * using UTF-8 charset for communication with database * my database file path contains polish diacritical signs * path charset is Windows1250 The problem is when I try to connect with specified UTF8 ena