komut = new OleDbCommand();
baglanti.Open();
komut.Connection = baglanti;
komut.CommandText = "update filmler set film_Adi='" + txtFilmAdi.Text + "',yonetmen='" + txtYonetmen.Text + "',film_tur='" + comboBox1.Text + "',aciklama='" + textBox1.Text + "',imdbpuan='" + comboBox2.Text + "',vizyontarihi='" + dateTimePicker1.Value + "',filmafis='" + textBox2.Text + "' where film_ID=" + textBox3.Text + "";
komut.ExecuteNonQuery();
baglanti.Close();
listele();