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 are all the different methods under sqlcommand?
Can we do database operations without using any of the ado.net objects?
How to load multiple tables into a dataset?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What are the connected and disconnected modes in ado.net?
What is difference between ado and other data object?
How does ado.net work?
What is ole word?
What is ado.net connection?
What is ado.net objects?
What is basic use of data view?
Which is the best method to get two values from the database?
What is row state?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
How would you connect to database using .NET?