Hi
I've noticed that ADO Connections to our FireBird 2.1 Server stays open. The connections are initiated from an Intraweb Application in the UserSession Unit.
I use ADOConnection.Connected := False;
but that does not seem to close the connection. I've also tried ADOConnection.Close;
.
Is there a way to ensure that an ADO Connection is closed?
Thanks, Pieter.Blockquote