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
Is it possible to edit data in Repeater control?
What is the difference between oledb sql server and oledbdotnet provider?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is DataRowCollection?
What are ado.net objects?
Does executenonquery return a value?
Which is faster ado.net or linq?
What does executequery return?
What are the disadvantages of using datalist?
What are all components of ADO.Net data provider?
What providers does Ado.net uses?
How to work with disconnected data - the dataset and sqldataadapter?
Why edit is not possible in repeater?
What is ado recordset?
What is ole word?