This is a discussion on Re: ODBC driver types within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> > -----Original Message----- > From: pgsql-odbc-owner@postgresql.org > [mailto gsql-odbc-owner@postgresql.org] On Behalf Of Philippe Lang > Sent: 22 September 2005 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: pgsql-odbc-owner@postgresql.org > [mailto > Sent: 22 September 2005 10:00 > To: pgsql-odbc@postgresql.org > Subject: [ODBC] ODBC driver types > > Hi, > > I have seen there are different types of the PGSQL ODBC > driver v.8 now: > > Postgresql ANSI 8.01.0005 > Postgresql Unicode 8.01.0005 From the FAQ (now shipped with the installer): 2.5) There are 2 drivers installed - which should I use? PostgreSQL Unicode is a Unicode enabled driver that will work well with modern versions of applications such as Microsoft Access, with character from a huge range of languages. You should use this driver with PostgreSQL databases encoded as 'UNICODE' (more precisely known as 'UTF-8' in PostgreSQL). PostgreSQL ANSI is an ANSI driver which is also able to handle some multibyte character sets such as EUC_JP, BIG5 and Shift-JIS. This driver should also be used with databases encoded using any of the LATIN charactersets. Note that some applications (notably Borland BDE) do not work properly with Unicode ODBC drivers. In this case, you must use the ANSI driver. > Postgresql-libpq 8.01.0004 Lose that one - it's no longer required. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| Dave Page wrote: >> Postgresql ANSI 8.01.0005 >> Postgresql Unicode 8.01.0005 > PostgreSQL ANSI is an ANSI driver which is also able to handle some > multibyte character sets such as EUC_JP, BIG5 and Shift-JIS. This driver > should also be used with databases encoded using any of the LATIN > charactersets. Hi, Where is the 8.01.0005 version of the driver available? At http://www.postgresql.org/ftp/odbc/versions/snapshots/ the newest driver seems to be 8.01.0004. When I run the installer, it says 08.01.0003. Regards, Håkon |
| ||||
| Dave Page wrote: >> Postgresql ANSI 8.01.0005 >> Postgresql Unicode 8.01.0005 > PostgreSQL ANSI is an ANSI driver which is also able to handle some > multibyte character sets such as EUC_JP, BIG5 and Shift-JIS. This driver > should also be used with databases encoded using any of the LATIN > charactersets. Hi, Where is the 8.01.0005 version of the driver available? At http://www.postgresql.org/ftp/odbc/versions/snapshots/ the newest driver seems to be 8.01.0004. When I run the installer, it says 08.01.0003. Regards, Håkon ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |