What's wrong with this code? I can't retrieve data from my database – Phpmyadmin
I am just a beginner in databasing and after I used this, it only shows msgbox that says unknown command. Try connectionDB.Open() cmdDB.CommandText = "SELECT * FROM rescuers WHERE LastName='" & searchres.Text & "';" readDB = cmdDB.ExecuteReader() With readDB .Read()…