10-17-2012, 08:05 PM
Also: Try adding an adapter into your code. I'm not sure if it actually does anything, but you can try inserting this:
[code2=vbnet]Dim dbAdapter As New MySqlDataAdapter
dbAdapter.SelectCommand = dbComm[/code2]
Right after Dim affectedRow As Integer
and
Right before dbConn.Open()
[code2=vbnet]Dim dbAdapter As New MySqlDataAdapter
dbAdapter.SelectCommand = dbComm[/code2]
Right after Dim affectedRow As Integer
and
Right before dbConn.Open()