ODBC and Connection staying open

Started by Josephalmost 26 years ago2 messagesgeneral
Jump to latest
#1Joseph
lters@mrtc.com

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

#2Joseph
lters@mrtc.com
In reply to: Joseph (#1)
RE: ODBC and Connection staying open

The answer to this was that I was forgetting to close the odbc connection in
my app.

Show quoted text

-----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