Error while closing SQL Connection
- by Wickedman84
I have a problem with closing the SQLconnection in my application. My application is in VB.net. I have a reference in my application to a class with code to open and close the database connection and to execute all sql scripts.
The error occurs when i close my application. In the formClosing event of my main form I call a function that closes all…