Answer Posted / ramireddy eevuri
This is one of the important fundamental object in ADO.NET
architecture.This is a disconnected architecture.DataSet
has more than one data table.data table contains data rows
and data columns.When ever we want retrieve the data from
more than one table,dataset is the best one.Dataset
maintain persistance data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the namespaces in which .net has the data functionality class.
What are the namespaces used in ADO.Net to connect to a database?
What is executequery?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is oledb driver?
What connected data?
How to creating a SqlCommand Object?
What is the difference between Dataset. clone and Dataset.copy?
How to load multiple tables into a dataset?
What are ado.net objects?
What is difference between datagridview and datagrid control in winforms?
Which method is used to sort the data in ADO.Net?
How would you connect to database using .NET?
What is a control toolbox?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....