When you use Remove, it does just that, remove the Row completely, When you
use delete, it marks the row for deletion and when you run the update, it
removes the row from the table and from the database.
When you do the update and you have made (using the commandbuilder or direct
by making your own sql delete command) it removes the information in the row
from the database.
When you do dataset.acceptchanges after that, it removes that information
from the dataset.
(Although when you are using it, and the row is marked as delete you don't
see it normaly either).
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.