unexpected EOF on client connection?

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

unexpected EOF on client connection?

Post by snorkel » Thu 27 Jan 2011 18:32

When I disconnect from my PG server using pgdac I get this error on the server side:
unexpected EOF on client connection

I am currently doing this:

connection.connected:=false;

should I be doing this instead:

connection.disconnect;

Is there a difference?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Fri 28 Jan 2011 08:49

Hello,

I could not reproduce the problem.

Please specify the following information:
- the exact version of PgDAC;
- the exact version of your IDE;
- the exact version of PostgreSQL.

Post Reply