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
Which object is used to add relationship between two Datatables?
Can we connect two dataadapters to same data source using single connection at same time?
Does executenonquery return a value?
What is read only and forward only in ado.net?
What is the usage of the dataset object in ado.net?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is commandbuilder in ado.net?
Where is adodb dll located?
Explain what is datagrid with an example?
What is data view and variable view?
What is dataadapter in ado.net?
Give an example that shows how to execute a stored procedure in ado.net?
What are the differences between OLEDB and SQLClient Providers?
How does ado.net work?
Define Execute Scalar?