Why does my ADO connection remains after I do connection.close? It seems that database connection is closed but is still visible on connections list on UNIX server. This is a real problem considering problem of connection licencing. So I have up to 10 connections from the same client although I allways do connection.close on the termination of application. When I work in Visual studio 6, all my connections are raised even when I close the project. They are raised until I close Visual Basic?!