Page 1 of 1

unexpected EOF on client connection?

Posted: Thu 27 Jan 2011 18:32
by snorkel
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?

Posted: Fri 28 Jan 2011 08:49
by AlexP
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.