IBDAC and Fastreport UTF8 problem

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zd
Posts: 78
Joined: Sun 01 Jul 2007 13:16

IBDAC and Fastreport UTF8 problem

Post by zd » Sat 14 Jun 2008 09:07

Hi!

I have a database which uses UTF8 encoding.
Normally I turn on the "Use unicode" feature of my IBDAC Connection.

But this is not the case when using IBDAC Fastreport components.
The connection component doesn't have a use unicode feature!

I have tried supplying "Charset=UTF8" in the connection parameters, but it seems like this has no effect!

Please help.

Thank you!

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 17 Jun 2008 07:48

You can modify TfrxIBDACDatabase in order to support the UseUnicode property. You can contact us by mail at ibdac*crlab.com to get these modifications.

zd
Posts: 78
Joined: Sun 01 Jul 2007 13:16

Post by zd » Tue 17 Jun 2008 09:18

Please check your mail.
Thank you!

Post Reply