DB Update from grid or TextBox

  • Thread starter Thread starter Mtcc
  • Start date Start date
M

Mtcc

I want to write simple form, with table grid, that update

Immediately the DB. It is no way to do that without

Calling to update of SQLAdepter, on each grid update,insert..??

Maybe have some third part Data Control that make it Eazy?
 
You can call UPdate whenever you see fit. OnRowChanging, Navigate etc.
If you want to do it immediately, then you can fire it whever the cell
changes. However, calling Update is not very difficult to do, (it's only
one line of code), so what functionality are you looking for that could be
made easier? If you let me know more about the ultimate goal, I can
probably be of more help.

HTH,

Bill
 

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