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 are the several execute methods of ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is ado.net and its features?
What is difference in record set and dataset?
How to retrieve the user id which is provided while windows authentication?
What is difference between executequery and executeupdate?
What are the key features of ado.net?
Explain how to find the given query is optimised one or not?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Is ado.net an orm?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is difference between executenonquery and executequery?
Why is it important to close an ado.net application?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?