Convert.ToString (this.textBox1.Text);
// SqlConnection Conn;
// cls.Conn = new SqlConnection ();
// cls.Conn.Open (); comm = new SqlCommand (@ "select * from Books", cls.Conn); myCommand = cls.Conn.CreateCommand ();. CommandText = String.Format ("DELETE FROM Books WHERE [Код книги] = '{0}'", code);. Parameters.Add ("@ code", SqlDbType.NChar, 20);. Parameters ["@ code "]. Value = code; UspeshnoeIzmenenie = myCommand.ExecuteNonQuery (); (UspeshnoeIzmenenie! = 0)
{. Show ("Зміни внесені", "Зміна запису");
}
{. Show ("Не вдалося внести зміни", "Зміни запису");
}
} (Exception ex)
{. Show (ex.ToString ());
}
{. Conn.Close ();. Hide ();
}
}
} void button2_Click (object sender, EventArgs e)// відміна
{. Text = "";. Hide ();
} void Form4_Load (object sender, EventArgs e)
{. Conn = new SqlConnection (cls.ConnectionString);. Conn.Open (); comm = new SqlCommand (@ "select * from Genre", cls.Conn);
}
}
}
Form5.CS:
using
{partial class Form5: Form
{Conn; Form5 ()
{();
} void button2_Click (object sender, EventArgs e)// Омена
{. Text = "";. Hide ();
} void button1_Click (object sender, EventArgs e)// додати жанр
{(textBox1.Text == "")
{. Show ("Поле введення повинно містити текст!", "Помилка введення даних", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
{
{genre = Convert.ToString (this.textBox1.Text);. Conn = new SqlConnection (cls.ConnectionString);. Conn.Open (); myCommand = cls.Conn.CreateCommand (); . CommandText = "INSERT INTO" +
"Genre (Жанр)" +
"VALUES (@ genre)";. Parameters.Add ("@ genre", SqlDbType.NChar, 100);. Parameters ["@ genre"]. Value = genre; UspeshnoeIzmenenie = myCommand.ExecuteNonQuery (); (UspeshnoeIzmenenie! = 0)
{. Show ("Жанр успішно доданий до списку!", "Додавання");. frm2.UpdateDG1 ();
}
{. Show ("Не вдалося додати жанр у список!", "Додавання");
}
} (Exception ex)
{. Show (ex.ToString ());
}
{. Conn.Close ();. Hide ();
}
}
<...