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?