ADO.NET Objects

ADO.NET supports two types of development environments: connected and disconnected (see Figure 17.1). Each environment includes its own set of classes to support the intended functionality.

Figure 17.1. Connected and disconnected classes in ADO.NET.

The connected environment classes provide read-only data retrieval from data sources. It also enables developers to execute commands against the data source to make changes to it—provided that such functionality is supported by the data source. The connected environment basically works with a physical data store to which a connection is maintained.

The disconnected ...

Get Delphi for .NET Developer’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.