Check your report's datasettings in the Data tab's File | DataSettings menu. The error is because the dataset's table can't be found on the database. Try making a query component on a TForm connect to your database to see if you can connect with the connection or database component you are trying to use for DADE.
If you've changed the table names then you will want to clear the meta data cache if you are doing this programaticlly at runtime. Try
Comments
The error is because the dataset's table can't be found on the database. Try
making a query component on a TForm connect to your database to see if you
can connect with the connection or database component you are trying to use
for DADE.
If you've changed the table names then you will want to clear the meta data
cache if you are doing this programaticlly at runtime. Try
uses
daMetaDataManager;
gMetaDataManager.Clear;
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com