The connection is dead

From: pairat(at)rachada(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: The connection is dead
Date: 2006-01-07 10:39:16
Message-ID: 1136630355.995000.270600@z14g2000cwz.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I'm running PostgreSQL 8.1.1 on the WindowsXP box with following
information:

1. Programming Language C# MS .NET Framework
2. ADO NET connection through PostgresODBC
3. Using "Connection.BeginTransaction(IsolationLevel.ReadCommitted) and
Transaction.Commit to update database.
4. Update record by record.
5. There is no problem if the records is less than 1000 records.
6. If records is over 1000 records, I got the error message "The
connection is dead".

How can I configure the PostgreSQL 8.1.1 to handle it.

Thank you for any suggestion.

Pairat

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig 2006-01-07 11:25:53 Role Permissions
Previous Message Qingqing Zhou 2006-01-07 07:29:28 Re: pg_dump throws no buffer space available error