I have a problem inserting data into a table on a MySQL database using a VB.NET application. I have a simple form where when I set some data to the textboxes and I press a
You need to open the connection first:
SQLConnection.Open();