RE: ODBC and Connection staying open
Joseph <lters@mrtc.com>
From: "Joseph" <lters@mrtc.com>
To: <pgsql-general@postgresql.org>
Date: 2000-07-05T10:24:17Z
Lists: pgsql-general
The answer to this was that I was forgetting to close the odbc connection in my app. > -----Original Message----- > From: pgsql-general-owner@hub.org > [mailto:pgsql-general-owner@hub.org]On > Behalf Of Joseph > Sent: Monday, July 03, 2000 6:37 AM > To: pgsql-general@postgresql.org > Subject: [GENERAL] ODBC and Connection staying open > > > > How can I tell Windows to close an ODBC connection? > > It seems like the 'idle' connections live forever and i have > to manually > kill the sessions. > > I am using NT/Foxpro with ODBC 6.5 for client and Linux with > PostgreSQL 7.02 > for server. > > Joseph >