Connection not closed?
Posted: Fri 25 Nov 2005 09:04
Hello!
I want, that after a successfull select the connection is going to be closed.
So i used
But my PostgreSQL Server reports that a connection is still in use ... only when i quit the hole programm my servers doen`t show this connection any more.
Wheres the Problem ?
I want, that after a successfull select the connection is going to be closed.
So i used
Code: Select all
pgReader.Close()
pgConnection.Close()
Wheres the Problem ?