Torna al Thread

cmd = connection.CreateCommand(); cmd.CommandType = CommandType.Text; cmd.CommandText = "UPDATE UTENTI SET credito_residuo = credito_residuo + " + ricarica + ",credito_acquistato = credito_acquistato+ " + ricarica + "WHERE id_utente = " + id_utente; connection.Open(); int count = cmd.ExecuteNonQuery(); connection.Close();
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5