Re: MS Access, Unicode, Conversions & Foreign languages characters

From: "Philippe Lang" <philippe(dot)lang(at)attiksystem(dot)ch>
To: "PostgreSQL ODBC" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: MS Access, Unicode, Conversions & Foreign languages characters
Date: 2003-11-25 17:03:36
Message-ID: 6C0CF58A187DA5479245E0830AF84F420AF84F@poweredge.attiksystem.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

Just in case it could help anyone: when you create a database in PG, you can specify an encoding. For french, I use LATIN1, and the result is perfect. I can see the accents in Access, with the latest (non-unicode) ODBC driver.

But that's not all! I have noticed an huge speed improvement. The database was quick before, now it is even better. A database that needed more than 20 seconds to be created now only needs 5 seconds. Can that be due to the new encoding, or to the fact I have dropped and created the database again?

-----Message d'origine-----
De : Philippe Lang
Envoyé : dimanche, 16. novembre 2003 14:24
À : PostgreSQL ODBC
Objet : [ODBC] MS Access, Unicode, Conversions & Foreign languages
characters

Hello,

Did anyone find a solution to the problem of foreign languages character encoding, when data is accessed through MS Access 2000? Characters with accents appear correctly in PG Admin 3.0, but not when they go through ODBC.

I have read different things on the subject: The drivers supports Unicode UTF-9, but Access requires Unicode UCS-2, for example.

Is there a workaround, for example by forcing a special encoding when doing a "CREATE DATABASE", or by using a "CREATE CONVERSION"?

I'm using the latest driver.

Thanks

-------------------------
Philippe Lang
Attik System
http://www.attiksystem.ch

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Ropel 2003-11-25 18:47:22 Re: MS Access, Unicode, Conversions & Foreign languages characters
Previous Message Cristian Custodio 2003-11-25 11:32:13 Character invalid saving memo with UpdateSQL