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
 
Back
Top