Answer Posted / neha
DataReader: It is used to retrieve a single record of a
table at a time. It does this in forward-only, read-only manner.
DataTable: It is used to represent a single table of the
dataset.
DataSet: It is the collection of DataTables and the
DataRelations.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Data Provider?
What are the differences between OLEDB and SQLClient Providers?
What is openrowset?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is sqldatareader?
What is acid in ado.net?
What are the Features of a dataset
What is ole in vb?
Which object holds only data and does not interact with data source?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is the use of SqlCommandBuilder?
What is execute reader in ado.net?
Is entity framework better than ado.net?
Explain what are the steps to connect to a database?
What are the ado.net connection pooling parameters?