ODBC and encodings problem

Поиск
Список
Период
Сортировка
От Ben Trewern
Тема ODBC and encodings problem
Дата
Msg-id d3mfk8$18tq$1@news.hub.org
обсуждение исходный текст
Список pgsql-odbc
Hi all,

Using PostgreSQL 8.0.1 on Linux

I've got a database with an encoding of SQL_ASCII.  I've accessed it with
pgAdmin III and Delphi through ZeosDBO and had no problems.  Now I've been
using MS Access XP with pgODBC version 8.00.0101 to connect to it with some
success till now.  I've noticed that any field with a � sign in it is not
displaying correctly, I get 'WO �,658.06' instead of  'WO �4,658.06' and 'WO
�60.56' instead of 'WO �128.88' etc.  I assume it's something to do with the
encodings used server side or client side.

Any ideas how to fix this?

Regards,

Ben



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Jeff Eckermann
Дата:
Сообщение: Re: How can I configure the postgresql odbc to return 1 row at a time?
Следующее
От: "Ben Trewern"
Дата:
Сообщение: Re: MS Access & ODBC driver & Postgresql 8.01