Special portuguese characters are not displayed in 08.00.01.02

From: Carlos Benkendorf <carlosbenkendorf(at)yahoo(dot)com(dot)br>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Special portuguese characters are not displayed in 08.00.01.02
Date: 2005-10-31 13:50:06
Message-ID: 20051031135006.67037.qmail@web35511.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello,

We were using ODBC driver 07.02.00.05 and now we are trying to use ODBC driver version 08.00.01.02 but portuguese special characters are not showed in the right way.

The database was created with encoding LATIN1, postgresql.conf with client_encoding = LATIN1 and we´re not using any command in the "Connect settings" field of the ODBC driver.

The following table is used for the tests:

CREATE TABLE empregado
(
nome char(50)
)
WITH OIDS;


DELPHI 7 SQL Explorer tool is used to emulate an application working with the table through ODBC. Using driver 07.02.00.05 all the data are showed right but when I changed to 08.00.01.02 the contents of column "nome" does not appear any more, only spaces.

If I use pgAdmin III and execute:
SET CLIENT_ENCODING = 'LATIN1';
SELECT * FROM EMPREGADO;

then all the characters are displayed in the right way, even those inserted by SQL Explorer tool.

It could be the DELPHI 7 SQL Explorer tool that is not working well, even so, with 07.02.00.05 the data could be displayed by the tool.

Is it a ODBC driver error or maybe there is something wrong with DELPHI 7 SQL Explorer tool?

Does anybody know another simple way to emulate an application using the ODBC driver?

Thanks!!!

Benkendorf


---------------------------------
Promoção Yahoo! Acesso Grátis: a cada hora navegada você
acumula cupons e concorre a mais de 500 prêmios! Participe!

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Merlin Moncure 2005-10-31 13:52:51 Re: TQuery not showing new columns
Previous Message Carlos Benkendorf 2005-10-31 10:32:15 Closing a cursor not declared