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 are the core objects of ADO.NET?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is the difference between executenonquery () and executescalar ()?
What is the DataTableCollection?
Which is better ole db or odbc?
Can we load multiple tables in a dataset?
Which object needs to be closed?
Why do we serialize data?
What are two types of transaction supported by ado.net?
What is an ADO.Net?
What is ado connection?
What is the difference in record set and dataset?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Explain what are acid properties?
Explain sqlconnection object?