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
Which method is used by command class to execute SQL statements that return single value?
What is ado.net full form?
How to find the given query is optimised one or not?
Which ado.net object is very fast in getting data from the database?
What are the different ado.net namespaces are available in .net?
What are the ado.net components?
What are the advantages and drawbacks of using ado.net?
What is meant by executenonquery?
Explain how to find the given query is optimised one or not?
What are the different row versions available in table?
What does sqldatareader return?
What is oledb driver?
What are the advantages of using datalist?
What is the namespaces being used to access oracle database?
How to creating a SqlCommand Object?