TECH TIP: Clearing the Meta Data Cache
There is a global meta data cache that the ReportBuilder uses to cache information about the available database tables and fields. You can clear the meta data cache using the following code:
uses
daMetaDataManager;
begin
gMetaDataManager.Clear;
end;