Tuesday, November 9, 2010

ADO.NET DataSet

The ADO.NET components of the data access and data management can be used superlatively and jointly. In ADO.NET the data providers of the .NET Framework for connecting the database, executing tasks and getting results are included. This data either are handled immediately or are placed in the DataSet, an ADO.NET object, for special providing it to the user together with the data from several sources or equally spaced from various levels. DataSet can be independently from the data provider for managing local applications and getting data from XML.

0 comments: