Torna al Thread

objCommand.CommandText = "INSERT INTO Iscrizione (NumeroContratto) VALUES (@NumeroContratto)" objCommand.Parameters.Add("NumeroContratto", OleDbType.Integer).Value = Integer.Parse(frmIscrizione.txtNumeroContratto.Text)
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5