Kod:
Dim komut As New OleDbCommand("insert into aaa (adi,soyadi) values
('" & textbox1.text & "','" & textbox2.text & "')", baglan)
İyi çalışmalar...
Dim komut As New OleDbCommand("insert into aaa (adi,soyadi) values
('" & textbox1.text & "','" & textbox2.text & "')", baglan)