Closed git-goblin closed 10 years ago
MySQL Connection error, once the button has been pressed, it throws up an error saying it is already open and crashed the program.
A potential fix will be to throw in a try/catch and an if statement to ignore if the connection is open.
Issue has now been resolved by adding a "connection.Close()" before opening the connection
MySQL Connection error, once the button has been pressed, it throws up an error saying it is already open and crashed the program.
A potential fix will be to throw in a try/catch and an if statement to ignore if the connection is open.