Disconnected Data Access Architecture using ADO.NET Framework
Main Article Content
Abstract
A significant aspect of any software application is the creation, storage, processing, transmission, and access to data. ADO.NET is the data access component for the .NET Framework of the Microsoft. This component used by .NET products to communicate with a database for recording, fetching, and updating data and also to support all type of databases. It has collections of classes, interfaces, and structures for managing the data access from different databases. ADO.NET bridges the .NET application and database communication through XML to exchange data and add many new program interfaces to access the database. This paper introduces the structure, feature and inbuilt object of the ADO.NET technology and analysis database access technique of the ADO.NET. The paper also analyses the method of the ADO.NET connection with various types of database.