Обсуждение: Re: [QUESTIONS] ODBC converts text fields?

Поиск
Список
Период
Сортировка

Re: [QUESTIONS] ODBC converts text fields?

От
The Hermit Hacker
Дата:
Redirected to 'the proper list' - pgsql-interfaces@postgresql.org


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.
>
> --
> With best wishes
> Den V. Tsopa
> E-mail: denis@oracle.hcc.khabarovsk.su, tdv@edisoft.ru
>
>
> --
> Official WWW Site: http://www.postgresql.org
> Online Docs & FAQ: http://www.postgresql.org/docs
> Searchable Lists: http://www.postgresql.org/mhonarc
>

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


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

От
Aleksey Demakov
Дата:
> 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>