Database - XML and ADO.NET - Discussion

Discussion Forum : XML and ADO.NET - General Questions (Q.No. 10)
10.
ADO.NET provides the ability to create and process in-memory databases called:
views.
relations.
tables.
datasets.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Rani said:   1 decade ago
As datasets are disconnected database objects. With the help of data adapter it fills the data into dataset in the presence of connection and then removes the connection. It works in the absense of database connection.

Post your comments here:

Your comments will be displayed after verification.