Answer Posted / sandyni
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 and that
can hold only one table data
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is defaultview in datatable?
What is the default Timeout for SqlCommand.CommandTimeout property?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What are the advantages and drawbacks of using ado.net?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
How to work with disconnected data - the dataset and sqldataadapter?
What are the core objects of ADO.NET?
What are the parameters that control most of connection pooling behaviors?
What is the difference between Data adaptor and Data set?
What is disconnected scenario in entity framework?
How to connect and retrieve data from database using dataset
What is ole access?
How does entity framework work?
Which is faster datareader or dataadapter?
How to add a javaScript function in a datagrid?