Page 1 of 1

Reporting via ODBC in my soft connected with dbxida ?

Posted: Tue 28 Sep 2010 14:35
by sdm
hello,

Using C++ builder 2009 and DBxIda.
I connect to database with NONE CHARSET
read and write string and blob-text are ok.

but i've a problem in the reports.
Reports are done with crystal Reports 10.
The connection is done with a dsn file (odbc)

The driver odbc is EasySoft IB6.

Unfortunately, the special characters (accents : é, à, ç, etc...) are not read.

Have you got a way to use the existing reports please ?

Thank you

Posted: Thu 30 Sep 2010 12:32
by AndreyZ
Hello,

It seems that you don't use the DbxIda driver when you are working with Crystal Reports. Therefore this problem isn't the DbxIda problem.

Posted: Thu 07 Oct 2010 19:21
by sdm
absolutely.

I solved my problem.
Using charset ISO8859_1 in the DBExpress Connection, the characters are ok in crystal Report, using the odbc Driver easysoft IB6. An another odbc driver give the same good result.

It's always difficult, these problems with charsets... :lol: