Posts by Nataniel • 36 points
1 post
-
2
votes2
answers343
viewsA: How is crud to update the records in SQL Server by Visual Studio C#?
I managed to solve the result was this public static int attLoja(LojaVirtual loja) { int resposta = 0; using (OdbcConnection conexao = ConexaoPadrao.CreateConnection()) { string sql = "UPDATE tbLoja…