Re: [INTERFACES] Re: [QUESTIONS] ODBC converts text fields?

Поиск
Список
Период
Сортировка
От Aleksey Demakov
Тема Re: [INTERFACES] Re: [QUESTIONS] ODBC converts text fields?
Дата
Msg-id 867m614s78.fsf@avd.garsib.ru
обсуждение исходный текст
Ответ на Re: [QUESTIONS] ODBC converts text fields?  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-interfaces
> On Tue, 10 Mar 1998, Tsopa Denis Vladimirovich wrote:
>
> > Hi, All!
> >
> > I work with PostgreSQL (6.3) via PostODBC (0.35a). I use Builder C++ on
> > Windows 95 as a PostgreSQL frontend. When I try to insert row into
> > PostgreSQL table using SQL command 'INSERT' via ODBC driver, I get
> > a trouble. The text string in inserted row is in cyrillic code page (KOI8R)
> > and ODBC driver coverts this string to another code.
> > What do I have to make to avoid it?
> > Thanx.

AFAIK, the PostODBC driver does not perform any character translations.
Though I have seen something about recoding in the PostgreSQL 6.3 (see
postgresql-6.3/src/data). I don't yet looked closer at this.

BTW, how do you get koi8 under windows? Do you recode text by yourself
from the windows encoding before sending it to postgres? And when you
get the text back do you recode it back?

--
Aleksey Demakov <avd@avd.garsib.ru>

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] ODBC DRIVERS FOR 6.1/6.2
Следующее
От: Teodorescu Constantin
Дата:
Сообщение: Re: [INTERFACES] Pgaccess & Postgresql 6.3