TDAADODataTable missing after installing Evaluation

Hi,

I’m currently evaluating RemObjects DataAbstract for Delphi to see if it can help to improve the performance of an existing data synchronization framework. I have used DataAbstract in the past to develop three tier applications.

I am looking for the TDAADODataTable class, but I can’t find it on my component palette. Is my installation missing something, or has TDAADODataTable been replaced by something else, or am I just doing something obviously wrong?

Thanks in advance,
Mariella

FWIW, I have it in my palette under the Legacy section. Make sure you have the legacy package installed in the IDE (DataAbstract_Legacy_Dxx.bpl)

TDAADODataTable is considered legacy and supported only for backward compatibility, you can use TDAMemDataTable instead.

I’ll have a look into TDAMemDataTable.

Thanks!