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
> 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
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
--
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