Posts by Mateus • 41 points
1 post
-
2
votes2
answers1705
viewsQ: Why does unreachable code Detected error occur in C#?
public Boolean LogarUsuario(string Pnome, string Psenha) { using (OleDbConnection conexao = new OleDbConnection(Conexao.stringConn)) { conexao.Open(); cmd.CommandText =…