0
Answer

Difference between using ADO.NET classes/objects or Methods of COmmand class

Ask a question
amit_gupta14

amit_gupta14

19y
1.5k
1
What's the difference between using ADO.NET class like DataAdapter to insert/update records in table or using command.ExecuteNonQuery(); What's the difference in their behaviou and which one should be used?