DataGrid Visual Basic 6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thiagoarakaki
    New Member
    • Nov 2007
    • 1

    DataGrid Visual Basic 6.0

    Hi everyone,

    I have a DataGrid that I want to add new Itens to it, but I want it to save to DB only when the user press in a button "Save to DB". Is there any way to do this or I do have to add an new Item to my table and then refresh the DataGrid?

    Thanks in advance,

    Thiago Arakaki
  • jaz215
    New Member
    • Nov 2007
    • 55

    #2
    Originally posted by thiagoarakaki
    Hi everyone,

    I have a DataGrid that I want to add new Itens to it, but I want it to save to DB only when the user press in a button "Save to DB". Is there any way to do this or I do have to add an new Item to my table and then refresh the DataGrid?

    Thanks in advance,

    Thiago Arakaki
    There's probably no way to do that because the datagrid is designed that way. try using textboxes for editing hte data in database so that you can have a save button for it.

    Comment

    Working...