Posts by Antonio Marcos Sisoto • 43 points
1 post
-
4
votes2
answers514
viewsQ: C# how to do database search using parameters
I have the following code public DataTable PesquisarPorNome(string NomePesquisado) { try { DataTable tabela = new DataTable(); SqlDataAdapter adaptador = new SqlDataAdapter("SELECT * FROM…