Re: odbc version

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: odbc version
Дата
Msg-id 3C74555B.6A2F5FB@tpf.co.jp
обсуждение исходный текст
Ответ на Re: odbc version  (Laurette Cisneros <laurette@nextbus.com>)
Список pgsql-odbc
Laurette Cisneros wrote:
>
> On Thu, 21 Feb 2002, Hiroshi Inoue wrote:
>
> > Laurette Cisneros wrote:
> > >
> > There are 2 drivers at the url.
> >   psqlodbc.dll the newest ODBC 2.50 driver(not a trial one).
> >   psqlodbc30.dll ODBC 3.0 driver (a trial one which
> >   was never announced to be offically supported).
> >
> > Judging from your ODBC trace log you sent me, your
> > application is completely a ODBC 3.0 one. So I'd like
> > to see how my trial ODBC 3.0 driver works with you app.
>
> Yes.  I agree.  The trial ODBC 3.0 driver generates a "segmentation
> violation" when we try to use it.
>
> So, my second question is, is it the Microsoft ODBC that is version 3.0?

Please remember there's always an ODBC driver manager
between your app and the ODBC driver. Though your app
calls many ODBC 3.0 specific APIs, the driver manager
translates them into ODBC 2.50 APIs as much as possible
when you are using ODBC 2.50 driver via your DSN definition.
My trial ODBC 3.0 driver implements many(? at least not all
unfortunately) of ODBC 3.0 specific APIs and the driver
manager doesn't have to translate them.

regards,
Hiroshi Inoue

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

Предыдущее
От: Laurette Cisneros
Дата:
Сообщение: Re: odbc version
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: [HACKERS] UTF-8 data migration problem in Postgresql 7.2