Answer Posted / sameer kumar das
1)Dataset works like a frontend database.
2)Dataset supports disconnected architecture.
3)Dataset is a class.
4)It is the collection of tables.
5)Hence dataadapter means it is interface between dataset
and database.
6)Dataset is a bridge.
7)Dataset is constraint like(primary key,foreign
key,relation).
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is meant by executenonquery?
What is the provider being used to access oracle database?
Does entity framework use ado.net?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Define the data provider classes that is supported by ado.net?
Which is faster dataset or datareader?
What is difference between dataset and datatable?
What is a data control clerk?
How do you update a dataset in ado.net?
What are the various methods provided by the DataSet object to generate XML?
What is fill method in ado.net?
How to connect and retrieve data from database using dataset
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
Which parameter of ConnectionString is used to specify the name of the database?
Explain advantages of ado.net?