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
Explain ado.net features?
How to read data with the sqldatareader ?
What is the DataTableCollection?
Can datareader hold data from multiple tables?
What does ado stand for in ado.net?
Explain the difference between data reader and data set?
What are the important features of ado.net 2.0?
Explain how do you connect to sql server database without using sqlclient?
What are the pre-requisites for connection pooling?
What is data access pattern?
Why do we use sqldataadapter?
What is ado and rdo?
Describe the disconnected architecture of ADO.NET’s data access model.
Explain ado.net features? Benefits? Drawbacks?
What are the namespaces used in ado.net for data access?