DataSet DB Storage - How is this Handled?

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

If I have a DataSet with a table and I add a row and subsequently delete it
prior to a database update, is the row and added and deleted at the DB level
or ignored?

TIA
 
Hi Eric,

Ignored - in this case dataset is smart enough to remove the row from it.
 
Back
Top