On Thu, Oct 23, 2008 at 11:26 PM, Stefan Schultze
<[EMAIL PROTECTED]> wrote:
> In both Attach() and CreateDatabase(), I've changed the line
> byte[] databaseBuffer = this.Charset.GetBytes(database);
> to
> byte[] databaseBuffer = Encoding.Default.GetBytes(database);
This works only if you have in path characters that are in current
codepage of your system (ansi translation, check control panel
settings). But in Unicode you can have there some chinese (for
example) characters, that your current ansi isn't able to handle.
Until FB will fully support unicode, there's 100% solution. :(
I.e. good workaround is to use 8.3 path or aliases.
--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider