Skip to main content

Connecting to a Data Store

  • 2 minutes to read

The ExpressEntityMapping Framework interacts with supported data stores using session components. Each component requires either a FireDAC or ADO connection object configured to access a specific data store, and a corresponding data provider component used as a session/connection mediator. Data provider components shipped with the ExpressEntityMapping Framework include:

Follow the steps below to connect a session component (TdxEMFSession) to a data store using a FireDAC or ADO connection object:

After that, the session component is ready to manage and query data store objects at runtime. You don’t need to open the connection object – the session component does this automatically.