unexpected EOF on client connection?
Posted: 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?
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?