Re: [ODBC] RE: [PATCHES] Fix for ODBC close

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: PostgreSQL odbc list <pgsql-odbc(at)postgresql(dot)org>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [ODBC] RE: [PATCHES] Fix for ODBC close
Date: 2001-02-10 23:35:50
Message-ID: 200102102335.SAA20267@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-odbc pgsql-patches

OK, I have ifdef'ed out the sending of the 'X' parameter. I will see if
placing it somewhere else will help. Could it have to do with the fact
we are in a transaction in ODBC? My guess is that the X is returning
data that is triggering the error.

[ Charset ISO-8859-1 unsupported, converting... ]
>
>
> > -----Original Message-----
> > From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> > Sent: 10 February 2001 05:46
> > To: PostgreSQL odbc list; PostgreSQL-patches
> > Cc: PostgreSQL-development
> > Subject: [PATCHES] Fix for ODBC close
> >
> >
> > I have applied the following patch to properly exit ODBC.
>
> <Snip>
>
> I just compiled from the current cvs under win32 and I still get
> 'pq_recvbuf: unexpected EOF on client connection' when exiting apps using
> the ODBC driver. I have tested with pgAdmin which uses ADO (ActiveX Data
> Objects) and certainly closes the ADO connection object on exit, as well as
> a simple test app using DAO (Data Access Objects). I did have a go at fixing
> this myself when Bruce first mentioned it, and had exactly the same results
> with similar code :-(
>
> Regards,
>
> Dave.
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrick Dunford 2001-02-11 01:59:23 ODBC driver issue in MS Access
Previous Message Bruce Momjian 2001-02-10 23:34:20 Re: New setval() call

Browse pgsql-odbc by date

  From Date Subject
Next Message Bruce Momjian 2001-02-11 02:01:30 Re: [PATCHES] Minor ODBC Patch
Previous Message Dave Page 2001-02-10 23:15:18 RE: [PATCHES] Fix for ODBC close

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-02-11 02:01:30 Re: [PATCHES] Minor ODBC Patch
Previous Message Dave Page 2001-02-10 23:15:18 RE: [PATCHES] Fix for ODBC close