Which of the following is not true about ADO.NET?

Options
- ADO.NET enables to create distributed data sharing applications
- ADO.NET uses XML to transfer data across applications and data source
- ADO.NET doesn't support disconnected architecture
- The classes of ADO.NET are defined in the System.Data namespace


CORRECT ANSWER : ADO.NET doesn't support disconnected architecture

Discussion Board
Dss

Mcq question

Divyanshu 07-6-2021 11:48 PM

agriculture

mock test

tinku 01-13-2017 04:33 AM

correct answer

this answer is wrong : ADO.NET doesn't support disconnected architecture

ADO.Net solves this problem by introduces a new component called Dataset. The DataSet is the central component in the ADO.NET Disconnected Data Access Architecture. A DataSet is an in-memory data store that can hold multiple tables at the same time. DataSets only hold data and do not interact with a Data Source

sheetalkumar 01-12-2015 06:36 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement