Sorry, wrong section
Printable View
Sorry, wrong section
Instead of using
tryCode:Code: Dim mysqlstring As String = "SELECT * FROM accounts where `username` = '" + Form1.hidden.Text + "'"
Code:Code: Dim mysqlstring As String = "SELECT * FROM accounts where username = '" & Form1.hidden.Text & "'"
It didn't work. Their isn't a syntax error but the label won't change into the mysql string.
it only works 1/20 times for some reason.
nvm it works 100% thank you guys. =]
It only works 100% when I reove the try function.
Anyways thanks