In a college where I'm employed, we are currently testing (dry-run) the new enrollment system I have developed. The application has several modules (accounting, cashiering, course scheduling, admission, advising, grading) installed in different offices. We are using MySQL Server 5.1 and the front end was developed using VB.Net.
The system has 1 computer server and 25 clients.
I have noticed, using MySQL Administrator, that the clients' connections persists although I have used using syntax for all my data access/manipulation codes. I thought after end using statement the connections would automatically be released.