3
Answers

SqlDataAdapter for Inserting and Deleting records in DB

Deepa Lomte

Deepa Lomte

5y
452
1
Hi,
 
I am using Data Adapter Update command for inserting records in database. Now I want to delete few records and insert records in database which are in Datatable.
 
How do I achieve both actvities using SqlAdapter.Update methods in single click.
 
 
Thanks 
Answers (3)