Show this page in English Diese Seite in Deutsch anzeigen
CustomDataProviderEC
Designation: Dataprovider interface class for our in-memory table MemTableEC
Prerequisites: C++ Builder 5 or 6
Description:
This class defines an interface to enable our MemTableEC dataset component to save and load data from different kind of data storage systems. Implementation is done by deriving and overwriting a minimum set of it’s virtual methods. For an example on an implementation for Interbase/Firebird SQL servers take a look at the source code of our IBDataProviderEC component. The interface is kept quite simple so that implementation for different storage systems could be done very easily.
More detailed information can be obtained from the documentation which is available online in Adobe Acrobat Format here.
This component is part of our EC component suite. Further information is available here.