by AlexZencovich » Tue Apr 15, 2008 4:19 pm
If you have Delphi5 you will get tmp dbf table with all data. In newer verrsions you will have TClientDataset with all that data.
You may easy load dbf to Excel. For TClientDataSet you may export it to csv file and load to Excel.
Anyway there is lot non-embedded solutions, may be little change in PivotCube source code required - that data should be exported before deleted
Best regards,
Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment