Home End User

Error - GetFieldsFromDataSet

edited May 2003 in End User
Hello :

I've a ReportBuilder 7 end-user report.
In the Data tab, when I switch from Table tab to Fields tab, I receive the
next error :

tdaMetaData.GetFieldsFromDataset error :Unable to Open Dataset

Anyone knows what does it mean?

Thanks

David

Comments

  • edited May 2003
    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

    uses
    daMetaDataManager;

    gMetaDataManager.Clear;

    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.