RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxProviderFactory Class

Base class for a provider's implementation of data source classes.

Pascal
TAdoDbxProviderFactory = class(DbProviderFactory);
C++
class TAdoDbxProviderFactory : public DbProviderFactory;

Borland.Data.AdoDbxClientProvider

TAdoDbxProviderFactory furnishes a set of methods to get instances of a provider's implementation of the data source classes, such as TAdoDbxCommand or TAdoDbxConnection. Use this factory rather than instantiate these classes directly in your application. 

The TAdoDbxProviderFactory class is an implementation of the ADO.NET DbProviderFactory class. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!