Add, Edit, Delete

  • Thread starter Thread starter Smudger
  • Start date Start date
S

Smudger

I've succesfully connected my MS Access Database to
my .NET app and can view / navigate records. What I
would like to do now though is perform add, edit & delete
functions on these records is there some simple code
which allows me to do this. ?
 
You need to setup the Update, Insert and Delete command objects that are
part of the DataAdapter object.
 
These were created succesfully when I setup the data
adapter as I i'm only working on a one table dataset just
now I just need to know how to connect these insert,
update, delete commands to buttons with a view to
actioning them on the current the current record

Thx Smudger
 
Back
Top