cmd.CommandText = "SET IDENTITY_INSERT News ON;" + "insert into News(ID, Titolo, Testo, Data) " + "values(@id, @tit, @articolo, @aggiornamento);" + "SET IDENTITY_INSERT NewsOFF;" ;