delphi 2009+ibdac 3.0.0.3 can't use chinese in db file path!

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
xalion
Posts: 124
Joined: Fri 20 May 2005 10:08

delphi 2009+ibdac 3.0.0.3 can't use chinese in db file path!

Post by xalion » Tue 02 Jun 2009 07:34

my os :windows xp sp3 simple chinese.
delphi version:delphi 2009 update3
db server: firebird 2.1.2
and when I put a db file in chinese folder like "d:\测试\db.fdb"
when open the connection. it show error.

and It works fine in delphi 2007!

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 02 Jun 2009 08:21

We have fixed this problem. The fix will be included in the next build of IBDAC.

pwatel
Posts: 39
Joined: Wed 11 Feb 2009 09:42

Not a good idea anyway

Post by pwatel » Wed 03 Jun 2009 12:19

Why complicate life when you do not have to....
File and directory names should be written in good old English (the language of computing remember?) or at least roman alphabet without accents or special chars (I even do not put any spaces).

that limits the problems in inter applications dialogs
Regards
PW
I live in Greece where we have Greek alphabet so I know from painful experience......

Post Reply