Search results for query: *

  1. S

    Delete rows in datatable to database

    Hello, I have troubles to delete rows in my database. The following code will be executed when I click 'delete' button ds.Tables("dtGenres").Rows.RemoveAt(TdgGenres.CurrentCell.RowNumber) (ds is a dataset) So now my row is deleted in the datatable but not even in the database. To do...
Back
Top