WHAT Are the major major compnents of a data provider in
ADO.net.
Answer Posted / tejas mer
DataAdapter and DataSet are major parts of ADO.NET
DataReader is connected architecture and it's read-only, forward only type, so when you just want to display the data better to use it, it consumes less memory with compare to dataset as well.
DataSet is we can say in-memory representation of the data.
It's disconnected architecture.
Contains DataTables, which are further divided into Datarows and Datacolumns.
Also contains DataRelationships and Contraints...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the use of SqlCommandBuilder?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What are the main differences between classic ado and ado.net?
What is sqldatareader in ado.net?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Does executenonquery return a value?
What is Serialization in .NET? what are the types of Serialization?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What is the difference between data reader and data adapter?
Define data adapter?
What is difference between Dataview and Datatable?
What does adodb stand for?
What is ole db and odbc?
What is a control toolbox?