problem with charset

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
antonx
Posts: 4
Joined: Fri 01 Jun 2007 12:42

problem with charset

Post by antonx » Tue 26 Jun 2007 08:04

i was using BDE componets to acces firebird base.. i migrated to IBC and i have big problem with polish chars (ąęćż) they arent displayed good (sth like ĄĄľľľ).. when im entering these chars in new version of program (on IBC) they are saved good.. but it need to be compatibile with old base..

sry for bad english

i have full version

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 27 Jun 2007 08:02

Please check your IBDAC connection character set settings (IBCConnection.Options.Charset) and BDE LangDriver settings. If this doesn't resolve this problem, please send us a small demo project that demonstrates it with an example database.
Also specify exact versions of:
- BDE;
- Interbase\Firebird client;
- Interbase\Firebird server;
- IBDAC.

antonx
Posts: 4
Joined: Fri 01 Jun 2007 12:42

Post by antonx » Thu 28 Jun 2007 08:37

ive made little converter.. when im importing data form paradox database i convert these chars to right ones for IBDAC :]

Post Reply