Dim baglan As New OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=C:\\ali.mdb")
baglan.Open()
Dim komut As New OleDbCommand("insert into aaa (adi,soyadi) values ('textbox1.text','textbox2.text')", baglan)
komut.ExecuteNonQuery()
label1.text = "kayıt tmm"
baglan.Close()
Komudunu yazıyorum Access baglanınca soyledıgım yerlere textbox1.text'e girilen deger yerine textbox1.text yazıyor nerde hata yaptım ?

Adı Soyadı:
Konum:
Elazığ
Ofis Versiyonu:
Ofis 2003
Son Oturumu:
01/06/2010,23:15
Cevapla