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
What is ado circle?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
Which object is used to add relationship between two Datatables?
Which namespaces are used for data access?
What are two types of transaction supported by ado.net?
What is microsoft ado?
Describe connection object in ado.net
How is entity framework different from ado.net?
How to pass values into a datatable?
Explain what are the steps to connect to a database?
What are the different layers of ado.net?
What is the difference between dataset and datatable?
If we are not returning any records from the database, which method is to be used?
What is ado.net object model?
What are the advantages of using datalist?