Answer Posted / anujchaudhary
The DataAdapter can perform Select , Insert , Update and Delete SQL operations in the Data Source. The Insert , Update and Delete SQL operations , we are using the continuation of the Select command perform by the DataAdapter. That is the DataAdapter uses the Select statements to fill a DataSet and use the other three SQL commands (Insert, Update, delete) to transmit changes back to the Database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between entity framework and ado.net?
What is the difference between ADO and ADO.Net?
What is ado.net object model?
What DataReader class do in ADO.NET ?
Can datareader hold data from multiple tables?
Why is it important to close an ado.net application?
What is disconnected scenario in entity framework?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is ado rdo dao in visual basic?
What is difference between executequery and executeupdate?
How to store data in memory?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What are the advantages of oledb compared with other classes?
What are the data providers used in ado.net