Answer Posted / ajay singh negi
Dataset is a collection of tables, which is used in
disconnected architecture.generally to fill dataset we use
fill method of dataadapter. datatable is just like table
which has columns and rows.
or
A DataSet is an in memory representation of data,It
containing one or more DataTables.
A DataTable is an in-memory representation of data,
typically retrieved from a database or XML source.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is DataReader Object?
What are two important objects of ADO.Net?
What is defaultview in datatable?
Explain the difference between ado and ado.net?
What is the use of SqlCommand object?
What is the difference between executequery and executenonquery?
What is a serialized object?
What is adodb dll?
What is the significance of CommandBehavior.CloseConnection ?
Which keyword is used to accept variable number of parameters?
What is a dynaset in access?
What is connection pooling and what is the maximum pool size in ado.net connection string?
Define Execute Reader?
What are the different ado.net namespaces?
List all the steps in order, to access a database through ado.net?