Write data do Database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a SQLConnection, SQLdataAdapter and a Dataset. The Dataset is
connected to a Grid. I can insert, update and delete data on the grid, but I
can only update my Database if push a button(save : Dataadaper.update(..)).
I would like to know if there is a way to update the database after the
insert, update or delete command, automatically.
 
You can capture those events through the grid and just fire update whenever
they occur.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top