Re: [Firebird-net-provider] About the file trouble in Firebird .NET Provider

2010-01-15 Thread Jiri Cincura
On Fri, Jan 15, 2010 at 02:18, TNK Software wrote: > Firebird supports a multi-byte's file path at least from Ver 2.0. Look at http://firebirdsql.org/devel/doc/rlsnotes/html/rlsnotes25.html#rnfb25-apiods-api . It's RL for 2.5 and there was the isc_dpb_utf8_filename introduced. Hence you should

Re: [Firebird-net-provider] About the file trouble in Firebird .NET Provider

2010-01-14 Thread TNK Software
> Database engine doesn't support unicode for paths (only from 2.5). Firebird supports a multi-byte's file path at least from Ver 2.0. I explain this problem in detail. Since my Windows is Japanese, a multi-byte's encoding is Shift_JIS. However, encoding recorded on a database is used also for

Re: [Firebird-net-provider] About the file trouble in Firebird .NET Provider

2010-01-13 Thread Jiri Cincura
On Thu, Jan 14, 2010 at 02:00, TNK Software wrote: > database file containing multi-byte > characters, it occurs I/O Error Database engine doesn't support unicode for paths (only from 2.5). -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com --

[Firebird-net-provider] About the file trouble in Firebird .NET Provider

2010-01-13 Thread TNK Software
I'm developing the database program using Firebird .NET Provider with C#. However, when trying creation the database file containing multi-byte characters, it occurs I/O Error. When I looked into the source code of .NET Provider(v2.5.1), there was a strange point at FesDatabase.cs / Line 203: byte