Re: ODBC changes

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: ODBC changes
Дата
Msg-id 8568FC767B4AD311AC33006097BCD3D61A2E2D@woody.vale-housing.co.uk
обсуждение исходный текст
Ответ на ODBC changes  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Ответы Re: ODBC changes  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-odbc

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue@tpf.co.jp]
> Sent: 12 September 2001 11:31
> To: Dave Page
> Cc: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] ODBC changes
>
>
> Dave Page wrote:
> >
> > Hiroshi,
> >
> > I've been playing with this new version a little and am seeing some
> > differences with the error messages raised. It's difficult to tell
> > exactly what's going on because my own code is somewhat 'in
> limbo' at
> > the moment, but with 07.01.0006, if I try to connect to a server
> > that's not running I
> > get:
> >
> > 2001-09-12 08:51:14 - Error in pgAdmin
> II:frmConnect.cmdConnect_Click:
> > -2147467259 - Could not connect to the server; Could not connect to
> > remote socket.
> >
> > But with 07.01.0007 I get:
> >
> > 2001-09-12 08:54:46 - Error in pgAdmin
> II:frmConnect.cmdConnect_Click:
> > -2147467259 - Unspecified error
> >
> > The errors reported by pgAdmin II are as returned by ADO
> from the ODBC
> > driver. Any ideas?
>
> Hmm it seems to work if I remove ODBC3.0 functions from
> psqlodbc_win32.def.

Ahh, could it be that ADO is using SQLGetDiagRec instead of SQLError because
it thinks it's ODBC3.0? If so, that would tie in with some of the other
oddities I've seen with my code (which is calling SQLGetDiagRec directly).

Regards, Dave.

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: ODBC changes
Следующее
От: "Henshall, Stuart - WCP"
Дата:
Сообщение: Re: 'ODBC call failed' a few seconds after Opening the tab