Problems in adding data to access database using binding
hi there
ive been trying to add data to an access database using binding but ive been unsucessfull each time
I simply cant add data to the database, from the text box that i have on a form
I have two textboxes on a form, name txtId, and txtName,
and i have a database named testing
table name : student
table fields : studentid
studentname
CAn anyone help me in trying to add data to this database from the form plz.
thanks
ive attached a copy of the program and the database below. could anyone help me in fixing the prob