The AdoDbx Client implements an ADO.NET 2.0 provider for all dbExpress version 4 drivers that implement the newer extended metadata added to dbExpress 4. All dbExpress drivers shipped with Delphi implement the newer extended metadata.
AdoDbx Client is an implementation of the ADO.NET 2.0 Provider classes. ADO.NET Provider is a set of classes that provide database services for .NET. It provides access to relational databases, XML and application data. You can use it to develop front end database applications as well as multi-tier business applications.
See .NET Framework Developer's Guide ADO.NET in the Microsoft documentation for more information.
Here are the key classes in the AdoDbx Client ADO.NET implementation.
.NET Framework Developer's Guide ADO.NET (MSDN)
Connecting to the AdoDbx Client
TAdoDbxCommand
TAdoDbxCommandBuilder
TAdoDbxConnection
TAdoDbxDataAdapter
TAdoDbxDataReader
TAdoDbxParameter
TAdoDbxParameterCollection
TAdoDbxProviderFactory
TAdoDbxTransaction
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|