Re: ODBC Dies after Dialup-network reconnects - Mailing list pgsql-odbc

From Steve Jorgensen
Subject Re: ODBC Dies after Dialup-network reconnects
Date
Msg-id 01C40CE7.D39FA410.jorgens@coho.net
Whole thread Raw
In response to ODBC Dies after Dialup-network reconnects  (Thomas Quiring <tom@gsacomp.com>)
List pgsql-odbc
I'm no expert with PostgreSQL ODBC in particular, but I have never used any
other ODBC driver that could maintain an ODBC connection when the physical
connection was closed.  If you need something like that, I think you will
need to open your own ADO connections in code and close them after each
interaction so they can be reopened cleanly again later.  Whether Access is
helpful as a front-end in this configuration is a good question.

On Thursday, March 18, 2004 9:28 AM, Thomas Quiring [SMTP:tom@gsacomp.com]
wrote:
> Hello All,
>
> Here's the problem.. we have clients (MS Access) dialing out to the
internet and sending data to a Postgres server. Everything  works fine
until you disconnect the internet and reconnect it. After reconnection to
the internet no ODBC connections work ("ODBC Call Failed").  If we exit
Access and then try it again it works.
>
> It seems like access or the odbc is caching the socket connections, or
maybe pooling the connections/socket.
>
> Is there any way we can refresh our ODBC connection to Postgres without
restarting access?
>
> If any brave soul wants to look through my odbc log files then let me
know and I'll create a test and forward them.
>
> Any help is appreciated,
>
> Tom

pgsql-odbc by date:

Previous
From: Thomas Quiring
Date:
Subject: ODBC Dies after Dialup-network reconnects
Next
From: Steve Jorgensen
Date:
Subject: Re: Some problems with Access and ODBC to PostgreSQL