Ok, so I was making a Visual Basic internet cafe program. It uses MySQL.
Here is the line of code: Dim sqlquery = "SELECT * From Users WHERE Username='" & TextBox1.Text & "'AND Password='" & TextBox2.Text & Admin = True "';"
Any ideas on how to fix it? It doesn't work.
Here is the line of code: Dim sqlquery = "SELECT * From Users WHERE Username='" & TextBox1.Text & "'AND Password='" & TextBox2.Text & Admin = True "';"
Any ideas on how to fix it? It doesn't work.