Skip to main content

TdxEMFADODataProvider Class

An ADO-based data provider for a session component.

Declaration

TdxEMFADODataProvider = class(
    TdxEMFCustomDataProvider
)

Remarks

This data provider is designed to link a session component to an ADO connection object (TADOConnection) specified via the Connection property. Refer to the Connecting to a Data Store topic to learn how to connect a session component to a data store using data providers.

Inheritance

See Also