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.
 

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