TMyConnection in EntityDac

TMyConnection in EntityDac

Work with the TMyConnection class is done by calling EntityDAC.DataProvider.MyDAC.

This provider does not provide the ability to use the TMyConnection features you are interested in.

A possible solution is to create your own provider. Implementation samples of such providers are distributed with EntityDAC :

[EntityDAC folder]\Demos\DataProviders\

    • Related Articles

    • How to get specified Entity from TMappedCollection in EntityDAC

      EntityDAC doesn't have a method similar to TDataSet.Locate. You can implement a similar behavior by retrieving every item from a collection, as shown in the EntityDAC demo ("Get Entities by Collections"). Another way is to find the needed element ...